body {
    font-family: 'Times New Roman', Times, serif;
    color: white;
    margin: 0;
    height: 100vh;
}

a {
    text-decoration: none;  
    color: white;
}

a:hover {
    color: aqua;
    text-decoration: underline;
    cursor: pointer;
}

