body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding: 40px;
    text-align: center;
}
h1 {
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
}
h2 {
    font-size: 1.5em;
    text-transform: uppercase;
}
.details {
    margin-top: 30px;
    font-size: 1em;
}
a {
    color: #007BFF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
