html,
body {
  height: 100%;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.4) 100%
    ),
    url("../assets/img/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@font-face {
  font-family: "BebasNeue-Regular";
  src: local("BebasNeue-Regular"),
    url("../fonts/BebasNeue-Regular.otf") format("opentype");
}

.primaryFont {
  font-family: "BebasNeue-Regular";
  color: white;
}
