body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 100px;
    background-color: #1e1e1e;
    color: #fdfdfd;
}



a {
    text-decoration: none;
    color: #fdfdfd;
    text-decoration: none; 
}


a:hover {
    color: rgb(172, 98, 0);
    transition: 1s;
    
}

h1 {
    margin-top: 100px;
    border-bottom: 1px dashed #999;

}