#container{
    text-align: center;
    margin-top: 150px;
}
body
{
    background-color: rgb(48,48,48);
}
#theHeader
{
    color: rgb(248, 248, 248);
    font-size: 60px;
    font-family: Arial;
    
}
#anchor
{
    color: rgb(248, 248, 248);
    font-size: 40px;
    font-family: Arial;
    text-decoration: none;
    transition: color 0.25s;

}
#anchor:hover{
    color: rgb(184, 184, 184);
}