*{
    overflow-x: hidden;

}
html{
    scroll-behavior: smooth;
    background-color:rgb(66, 107, 107) ;
}

#links{
    margin: auto;
    position: relative;
    left: 45%;
    font-size: 25px;
}

#links a{
    color: white;
}