
body {
  background-color: #163a4d;
  color: #b978e3;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
}

h1 {
  font-size: x-large;
  font-family: 'Lato';
  width: 100%;
  text-align: center;
  padding: 2em 10px;
  flex: 1;
}

h3 {
  font-size: larger;
  font-family: 'Lato';
  width: 100%;
  text-align: center;
  padding: 4em 10px;
  flex: 1;
}

.image {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 2;
}

img {
  max-width: 724px;
  align-self: center;
}