@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap');
* { margin:0; padding:0; }
body { background-color:#304338; font-family:"Montserrat"; color:#f3dfbf;  }
.wrapper { height:100vh; position:relative; }
.center {
  margin: auto;
  width: 100%;    
  text-align:center;
  position:absolute;
  top:20vh;
}
h1 { text-align:center;  margin-top:30px; margin-bottom:30px; font-size:3rem; font-weight:300; }
img { width:100%; height:auto; max-width:500px; margin-top:40px;  }
p { font-size:2rem; }
a { color:#f3dfbf; text-decoration:none; }
a:hover { text-decoration:underline; }

/* xsm */
@media (max-width: 768px) {
   h1 { font-size:2rem; }   
   p { font-size:1rem; }
   img { width:100%; height:auto; max-width:300px; margin-top:20px;  }
}