html, body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  font-family: mr-eaves-modern, sans-serif; /* 200, 300, 400 */
}

main {
  display: grid;
  height: 100%;
  place-items: center;
}

section {
  display: grid;
  place-items: center;
  text-align: center;
}

h1 {
  color: #ff3e00;
  font-size: 10em;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}

p img {
  margin: 10px;
  width: 200px;
}
