@media only screen and (max-width: 2000px) {
    body {
        font-size:150%;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size:80%;
        height: auto;
    }
    html {
      height: auto;
    }
}
@media only screen and (max-width: 990px) {
    .email {
        text-align: center;
    }
}
@media only screen and (max-width: 414px) {
    body {
        font-size: 60%;
    }
    html {
      height: auto;
    }
}
