body {
  background-color: white;
}

h1 {
  font-family:Arial;
  color: #094c61;
  text-align: center;
  font-size: 75px;
  margin-bottom: 15px;
}
h2 {
  font-family:Arial;
  color: #094c61;
  text-align: center;
  font-size: 30px;
}
p {
  font-family: Arial;
  font-size: 20px;
  text-align: center;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container {
  align-items: center;
  /*height: max-content;*/
  
}

