body{
    font-family: "Spline Sans Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;   
    margin-top: 15.625px;
}

h1{
    font-size: 80px;
    line-height: 1;
    margin-bottom: 62.5px;
  
}

h2{
    font-size: 28px;
    margin-bottom: 0px;
    
}

main{
    width: 60%;
    margin: 0 auto;
}
footer{
    text-align: center; 
    margin-top: 37.5px;  
    margin-bottom: 37.5px;
}

