@charset "UTF-8";
/* CSS Document */

body, html {  font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;}

a { text-decoration: none; color: #000000; }
a:hover {color: #0077ba;}

.logocontainer {margin-top: 40%; text-align: center;}
.buttoncontainer {margin-top: 40%; text-align: center;}
.textcontainer {margin-top: 10%; text-align: center; font-size: 0.9rem;}

@media screen and (min-width: 40em) {
    .logocontainer {margin-top: 20%;}
    .buttoncontainer {margin-top: 20%;}
    .textcontainer { margin-top: 5%;font-size: 1rem;}
}