body {
  background-color: white;
  padding: 4%;
  padding-top: 1%;
  margin: 0;
}

.bigtitle {
  font-family: Bebas_Neue;
  text-align: center;
}

@font-face {
  font-family: Bebas_Neue;
  src: url("BebasNeue-Regular.ttf");
}

h2 {
  width: max-content;
}

p {
  line-height: 200%;
}