body{
    font-family: 'Work Sans', sans-serif;    
    color: #272727;
    text-align: center;
    letter-spacing: 0.1rem;
    padding-top: 40px;
}
h1{
    font-size: 3rem;
    font-weight: bold;   
}
h2{
    font-size: 2rem;
    font-weight: bold; 
}
a{
    color: #226ea3; 
    font-weight: bold;  
    font-size: 1.2rem;
}
h1, .logo{
    margin-bottom: 40px;
}
