body {
    background-color: #1a1a1a;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 100px 20px; /* Adjust the top padding to position the text lower */
}

h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

p {
    font-size: 24px;
    margin-bottom: 10px;
}

#countdown {
    font-size: 48px;
    margin: 20px 0;
}

#age {
    font-size: 24px;
    font-weight: bold;
}
