html,
body {
  height: 95%;
  background-color: #f6f8fa;
  font-family: 'Geomanist', Arial, sans-serif;
}

.container {
  height: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

img {
  margin-right: 3em;
}

h1 {
  font-family: 'Space Grotesk';
  font-size: 24pt;
  color: #061729;
}

p {
  font-family: 'Space Grotesk', Helvetica, sans-serif;
  font-size: 14pt;
  color: #061729;
  letter-spacing: 0.5pt;
}
