@font-face {
  font-family: 'Lilita One';
  src: url('./fonts/LilitaOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Libre Franklin';
  src: url('./fonts/LibreFranklin-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bayon';
  src: url('./fonts/Bayon-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  height: 100vh;
  background-color: #6B7D3F;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Bayon', sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.5rem;
}

.logo {
  display: block;
  margin: 0 auto 1rem;
  height: 200px;
  width: auto;
}

.top {
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0;
  line-height: 0.8;
}

.middle {
  font-size: 12vw;
  line-height: 0.8;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}

.bottom {
  font-size: 1.2rem;
  font-family: 'Libre Franklin', sans-serif;
  align-self: center;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}