body {
    background-color: #121212;
    color: #e0e0e0;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 20%;
}

#status {
    font-size: 2.5em;
    font-weight: bold;
    color: #bb86fc;
}

h1 {
    transition: color 0.3s ease;
}

a {
    color: #bb86fc;
    text-decoration: none;
}

a:hover {
    color: #03dac6;
}