/*.light-button {
    display: inline-flex;
    justify-content: center;
    margin-top: -360px; 
}


.light-button-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100vh; 
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; 
}


  .bt {
    display: flex;
    align-items: center;
    justify-content: center;
  }

.light-button button.bt {
    position: relative;
    height: 200px;
    display: flex;
    align-items: flex-end;
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .light-button button.bt .button-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 5px;
    color: #650734;
    font-weight: 700;
    transition: 300ms;
    outline: #650734 2px solid;
    outline-offset: 20;
  }
  
  .light-button button.bt .button-holder svg {
    height: 50px;
    fill: #650734;
    transition: 300ms;
  }
  
  .light-button button.bt .light-holder {
    position: absolute;
    height: 200px;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .light-button button.bt .light-holder .dot {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #650734;
    border-radius: 10px;
    z-index: 2;
  }
  
  .light-button button.bt .light-holder .light {
    position: absolute;
    top: 0;
    width: 200px;
    height: 200px;
    clip-path: polygon(50% 0%, 25% 100%, 75% 100%);
    background: transparent;
  }
  
  .light-button button.bt:hover .button-holder svg {
    fill: rgba(88, 101, 242, 1);
  }
  
  .light-button button.bt:hover .button-holder {
    color: rgba(88, 101, 242, 1);
    outline: rgba(88, 101, 242, 1) 2px solid;
    outline-offset: 2px;
  }
  
  .light-button button.bt:hover .light-holder .light {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(88, 101, 242, 1) 0%,
      rgba(255, 255, 255, 0) 75%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  
  #bg {
    background: #000 url(/styles/images/EWF5.png) no-repeat center center;
    background-color: transparent;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 100;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

h1 {
    position: relative;
    z-index: 1;
    font-size: 4rem;
    font-family: 'Impact', sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 50px;
    color: #650734;
    -webkit-text-stroke: 0.1px #130005; 
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    font-style: oblique; 
    transform: skewX(-10deg); 
}


.container {
    max-width: 35px;
    margin: 40px auto;
    padding: 120px;
    background-color: #00040abd;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    position: relative;
    z-index: 1; 
}*/



body {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  backdrop-filter: blur(5px);
  transition: background-color 2s ease-in-out, background-image 2s ease-in-out; 
  background-size: cover;
  background-color: #990000;
  background-position: center center; 
}


.container {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  width: 90%; 
  max-width: 600px; 
}

.logo {
  width: 40%; 
  max-width: 200px; 
  margin-bottom: 20px;
}

.button {
  display: block;
  width: 80%; 
  max-width: 250px;
  padding: 15px;
  margin: 10px auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
  font-family: Helvetica, Arial, sans-serif;
}

.ucp {
  background-color: #b30000;
  color: white;
}

.ucp:hover {
  background-color: #990000;
}

.discord {
  background-color: black;
  color: white;
}

.discord:hover {
  background-color: #333;
}

/* Media Queries for Responsiveness */

/* For screens larger than 768px (Tablets, Laptops) */
@media (min-width: 768px) {
  .logo {
    width: 30%; /* Adjust logo width for larger screens */
  }

  .button {
    width: 70%; /* Make buttons a bit wider on larger screens */
  }
}

/* For screens larger than 1024px (Desktops) */
@media (min-width: 1024px) {
  .logo {
    width: 20%; /* Reduce logo size further on larger screens */
  }

  .button {
    width: 60%; /* Make buttons smaller on large screens */
  }
}

/* For screens larger than 1600px (Large Desktops) */
@media (min-width: 1600px) {
  .logo {
    width: 15%; /* Keep logo smaller on very large screens */
  }

  .button {
    width: 50%; /* Keep buttons a bit smaller for large screens */
  }
}

/* For screens larger than 2560px (2K displays and beyond) */
@media (min-width: 2560px) {
  .logo {
    width: 10%; /* Further reduce logo size */
  }

  .button {
    width: 40%; /* Further reduce button size */
  }
}

/* For screens larger than 3840px (4K displays and beyond) */
@media (min-width: 3840px) {
  .logo {
    width: 8%; /* Minimize logo size on 4K displays */
  }

  .button {
    width: 35%; /* Minimize button size on 4K displays */
  }
}
