body {
  background-color: #FFF;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100vw;
  height: 100vh;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
}

header {
  width: 100%;
  height: 20%;
}

main {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  height: 40%;
}

img {
  height: 200px;
  margin: 5px;
}

p.baseline {
  font-family: 'Montserrat', 'Arial Narrow', Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 5px 0;
}

p.comingsoon {
  font-family: 'Montserrat', 'Arial Narrow', Arial, sans-serif;
  font-size:x-large;
  font-weight: bold;
  font-style: normal;
  margin: 10px 0 5px 0;
}