* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background-color: #2F4F4F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
}

.container {
  text-align: center;
}

h1 {
  color: #BFFF00;
  font-size: 120px;
  font-weight: 900;
  letter-spacing: 8px;
  line-height: 1;
}

p {
  color: #BFFF00;
  font-size: 18px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 20px;
  opacity: 0.7;
}
