@font-face {
  font-family: 'Neue Montreal';
  src: url(fonts/PPNeueMontreal-Regular.woff2) format('woff2');
}

body {
  font-family: 'Neue Montreal', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #000;
  color: #fff;

  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
}

h1 {
  font-family: 'Neue Montreal';
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
}

section {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.strikethrough {
  text-decoration: line-through;
}
