html {
  height: 100%;
  background-color: #eee4c7;
}

body {

  font-family: 'Open Sans', sans-serif;
  padding: 0.5rem;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: unset;
}

h1 {
  text-align: center;
  font-weight: 800;
}

h2 {
  text-align: center;
  font-weight: 300;
}