body {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  height: 50vh;
  margin: 25vh 0 25vh 0;
}

img {
  width: 40vw;
}

p {
  font-size: 1.4vw;
}

h1 {
  font-size: 4vw;
  font-weight: 900;
}

* {
  font-family: Arial, Helvetica, sans-serif;
}
