h1 {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}
body {
  overflow-x: hidden;
  margin: 0 !important;
  font-size: 37.5px;
  font-family: Oswald;
  color: white;
  background: #e50c3e;
  position: relative;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}