html{
    background: #1e1e1e;
}
body{
    background: #1e1e1e;
    color: aliceblue;
}

a{
    text-decoration: none;
    color: #a90f4e;
    font-weight: bold;    
    text-transform: uppercase;
}

a:hover{
    text-decoration: none;
    color: #a90f4e;
    font-weight: bold;
    
}