html{
     margin: 20px;
}

h1.title{
     font-family: caveat, sans-serif;
     font-weight: 900;
     font-size: 3em;
}
h2{
     font-family: 'yanone kaffeesatz';
     font-size: 2.5em;
     color: #a60a0a;
}
h3{
     font-family: 'yanone kaffeesatz';
     font-size: 2.25em;
     color: #0b5394;
}  
li{
     list-style: none;
}  
a{
     text-decoration: none;
     font-size: 1em;
     color: gray;
     font-family: 'quattrocento sans' ,sans-serif;
     transition: 200ms;
}
a:hover{
     text-decoration: underline;
     font-size: 1.1em;

}