*{
    background-color: #003082;
    text-align: center;
    margin: 3px;
    color: #FFC917;
    
}
h1{
    font-size: 10vh;
}
p,label{
    font-size: 6vh;
}
textarea{
    font-size: 6vh;
    height: 7vh;
}
input[type="checkbox"]{
    width: 10vh;
    height: 10vh;
}
input[type="text"]{
    width: 40vw;
    height: 6vh;
    font-size: 6vh;
}
button{
    width: 50vw;
    height: 8vh;
    font-size: 5vh;
}
div{
    font-size: 5vh;
}