body{
    font-size: 1.5rem;
    
}
input{
    font-size: 1.5rem;
}
select{
    font-size: 1.5rem;
}
button{
    font-size: 1.5rem;
}
a{
    font-size: 1.5rem;
    border: 1px solid black;
    padding: 3px;
    background-color: azure;
}