@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap');

html {
  font-family: 'Merriweather', serif;
  font-weight: normal;
  height: 100vh;
}

body {
  height: 100%;
  margin: 0;
}

#content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

div {
  font-size: 36px;
  color: #428a42;
}
