@charset "utf-8";

body {font-family:'Montserrat', Arial, Helvetica, sans-serif;}
img {max-width:100%;}
h1 {margin:5px 0; font-size:2.25em;}
h2 {margin:0; color:#ef4731;}
p {}
a {text-decoration:none; color:#234ba0;}
a:hover {color:#1993d2;}

#content {
	min-width:320px;
	max-width:600px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#header {width:100%; text-align:center;}


@media only screen and (max-width: 960px) {
h1 {margin:5px 0; font-size:1.725em;}
}

@media only screen and (max-width: 760px) {
h1 {margin:5px 0; font-size:1.25em;}
}

