@font-face {
    font-family: 'lgv_bebas_neuebold';
    src: url('https://portal.biliki.org.ge/LGV/lgvbebasneuebold-webfont.woff2') format('woff2'),
         url('https://portal.biliki.org.ge/LGV/lgvbebasneuebold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lgv_bebas_neuebook';
    src: url('https://portal.biliki.org.ge/LGV/lgvbebasneuebook-webfont.woff2') format('woff2'),
         url('https://portal.biliki.org.ge/LGV/lgvbebasneuebook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lgv_bebas_neueregular';
    src: url('https://portal.biliki.org.ge/LGV/lgvbebasneueregular-webfont.woff2') format('woff2'),
         url('https://portal.biliki.org.ge/LGV/lgvbebasneueregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media (max-width: 600px) {
  .logo {
    width: 120px; /* Reduce the logo size */
    margin-bottom: 10px;
  }

  .button {
    width: 160px; /* Adjust button width */
    height: 60px; /* Adjust button height */
    font-size: 14px; /* Adjust font size */
  }
}

a {
  font-family: 'lgv_bebas_neueregular', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
}

p {
  font-family: 'lgv_bebas_neuebold', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
}


h1 {
  font-family: 'lgv_bebas_neueregular', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
}

body {
  font-family: 'lgv_bebas_neueregular', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;  background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(background-image.svg);
  background-position: 50% 50%;
  font-family: Arial, sans-serif;
  position: relative;
  object-fit: cover;
  display: block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo {
  margin-top: 5%;
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.button-list {
  display: flex;
  flex-direction: column; /* Change to vertical arrangement */
  align-items: center;
  gap: 20px;
  margin-top: 20px; /* Add some margin at the top for spacing */
}

.button {
  font-family: 'LGV-Bebas-Nueue'; /* Use the font you defined */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px; /* Adjust the width */
  height: 40px; /* Adjust the height */
  background-color: #FFFFFF;
  backdrop-filter: blur(10px); /* Glass morphism effect */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px; /* Slight border radius */
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: background-color 0.3s, border-color 0.3s;
}

.button:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
