*, *::before, *::after {
  margin:0;
  padding:0;
}

html, body {
  height: auto;
  height: 100%;
}

body {
  background: #210;
  font-family: sans-serif;
}

.site {
  align-items: center;
  color: #432;
  display: flex;
  font-size: 8vw;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  width: 100%;
}
