@font-face {
  font-family: 'Helvetica Neue';
  src: url('/fonts/HelveticaNeueMedium.ttf') format('truetype');
}

@media (max-width: 600px) {
  h1 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
}

@media (min-width: 601px) {
  h1 {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
}

body {
  font-family: 'Helvetica Neue', 'Times New Roman', sans-serif;
  background-image: url('/images/background.png');
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.bg-image {
  background: url('/images/2.jpg') rgba(0, 0, 0, 0.8);
  background-blend-mode: multiply;
  position: absolute;
  top: 2%;
  left: 2%;
  width: 95%;
  height: 95%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.header {
  display: flex;
  flex-direction: column;
  text-align: center;
}

h2 {
  text-transform: uppercase;
  font-weight: 500;
}

.bottom-text {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 10px;
  background-color: white;
  color: black;
  padding: 0 56px 0 56px;
  font-weight: 500;
  text-align: center;
}

.logo {
  position: absolute;
  top: -3%;
  left: 40px;
  z-index: 15;
}

.logo img {
  max-width: 160px;
}
