body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
}

h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}

p {
    text-align: center;
    margin-top: 15px;
    color: #fff;
}

a {
    display: inline-block;
    color: #ffd27f;
    text-decoration: none;
    font-size: 1.05rem;
}

a:hover {
    text-decoration: underline;
}
