html{
    font-family: 'Didact Gothic', sans-serif;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 100px;
}

h1{
    font-size: 60px;
    padding-top: 30px;
    color: royalblue;
}

h2{
    font-size: 30px;
}

#links{
    text-decoration: none;
    color: rgb(255, 95, 148);
    font-size: 25px;
}