html, body{
    font-size: 16px;
    @media (min-width:1200px) {
        font-size: 23px;        
    }
    @media (min-width:600px) and (max-width:1200px) {
        font-size: 18px;        
    }
}
h1{
    font-family: 'Arvo', serif;
    font-weight: 600;
    font-size: 1.8rem;
}
h2{
    @media (min-width:1200px){
        font-size: 1.3rem;
    };
    font-size: 1rem;
    font-family: 'Arvo', serif;
}
input::after{
    font-size: 1rem;
}

a{
    text-decoration: none;
    color: inherit;
}