html, body {
    overflow-x: hidden;
}

.gradient, .footer, .black-square, .poster, .website, .rulebook, .box img, .boardgame {
    overflow-y: auto;
    height: auto;    
}



.gradient {
    display: flex;           
    flex-direction: column;  
    justify-content: flex-start; 
    width: 100%;
    height: 100vh;            
}

.gradient svg {
    width: 7.9375rem;
    height: 8.25819rem;
    flex-shrink: 0;
    fill: rgba(217, 217, 217, 0.00);
    stroke-width: 1px;
    stroke: #000;
    position: absolute; 
    top: 15%;          
    left: 20%;          
    transform: translate(-50%, -50%); 
}

.svg2 svg {
    width: 9.9375rem;
    height: 9.25819rem;
    flex-shrink: 0;
    fill: rgba(217, 217, 217, 0.00);
    stroke-width: 1px;
    stroke: #000;
    position: absolute; 
    top: 85%;          
    left: 65%;          
    transform: translate(-50%, -50%); 
}

.svg3 svg {
    width: 5.9375rem;
    height: 5.25819rem;
    flex-shrink: 0;
    fill: rgba(217, 217, 217, 0.00);
    stroke-width: 1px;
    stroke: #000;
    position: absolute; 
    top: 25%;          
    left: 85%;          
    transform: translate(-50%, -50%); 
}

.gradient svg,
.svg2 svg,
.svg3 svg {
  opacity: 0;
  animation: fadeLoop 4s ease-in-out infinite;
}

.gradient svg {
  animation-delay: 0s;
}
.svg2 svg {
  animation-delay: 1s;
}
.svg3 svg {
  animation-delay: 2s;
}

/* Keyframe shows a fade effect of the stars */

@keyframes fadeLoop {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




.background {
    width: 100%;
    height: 100%;              
    flex-shrink: 0;           
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.80) 0%, rgba(237, 190, 238, 0.80) 10%, rgba(204, 144, 205, 0.80) 30%, rgba(20, 140, 153, 0.80) 50%, rgba(255, 255, 255, 0.80) 100%);
    position: relative;  
}

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


.lo1 h1 {
    color: #000;
text-align: center;

font-family: Birthstone;
font-size: 10.5rem;
font-style: normal;
font-weight: 400;
line-height: 9.375rem; 
width: 60%;
}

.background h4 {
    position: absolute;
    bottom: 1%; 
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-family: Birthstone;
    font-size: 5.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 10;
}

.background h5 {
    position: absolute;
    bottom: 8%; 
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 10;
}

.menubalk {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    width: 100%;
    height: 4.5rem;
    z-index: 10;            
}

.menubalk img {
    width: 6.8rem;
    height: 3.8rem;
    flex-shrink: 0;
    margin-right: auto;
    margin-left: 1rem;
}

.menubalk a {
    position: relative;
    text-decoration: none;
    color: #000;
    font-family: Poppins;
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-left: -0.8rem;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 99;
    flex-direction: column;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-family: Poppins;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.black-square {
    width: 100%;
    height: 75.375rem;
    flex-shrink: 0;
    border-radius: 0.9375rem;
    background: #000;
        position: relative;
        padding-left: 2rem;
        padding-top: 0.5rem;
        
}

.black-square h1 {
  color: #E0BEEE;
text-align: center;
font-family: Poppins;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: 9.375rem; 
}

.intro h1 {
    color: #E0BEEE;
text-align: left;
font-family: Poppins;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
width:100%;
position: relative;
top: -1rem;
left: 0rem;
}

.line {
     content: '';
    display: block;
    width: 100vw; 
    height: 1px;
    background-color: white;
    margin: 7rem 0;
    position: relative;
    left: -2rem; 
    top: -6rem
}

.evidence {
    position: relative;
    top: -6rem;
}
.intro h2 {
    color: #FFF;
text-align: justify;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 90%;
position: relative;
top: -2rem;
}

.evidence-container {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.evidence h1 {
    color: #E0BEEE;
text-align: justify;
font-family: Poppins;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: normal;
position: relative;
top: -2rem;
}

.category {
  flex: 1;
  min-width: 220px;
}

.category h2 {
color: #E0BEEE;
text-align: justify;
font-family: Poppins;
font-size: 1.5rem;
font-style: italic;
font-weight: 500;
line-height: normal;
}


.text-button {
  display: flex; 
  align-items: center; 
  justify-content: flex-start; 
  padding: 0.5rem 0.8rem;
  margin: 0.3rem 0;
  width: 18rem;
  height: 4.9375rem;
  border-radius: 0.9375rem;
  background: #77BCC4;
  color: #000;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  text-align: justify;
  box-sizing: border-box;
  border: none;
  flex-shrink: 0;
}




.text-button:hover {
  background-color: #dcdcdc;
}

.evidence h1 {
    position: relative;
    top: -2rem;
}
.reflection h1, .reflection h2 {
color: #E0BEEE;
text-align: justify;
font-family: Poppins;
font-size: 1.2rem;
font-style: italic;
font-weight: 500;
line-height: normal;
position: relative;
top: -2rem;
padding-top: 2rem;
}

.reflection p {
    color: #FFF;
text-align: justify;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 95%;
position: relative;
top: -2rem;
position: relative;
}






.footer {
    width: 100%;
    height: 4rem;
    flex-shrink: 0;
    border: 1px solid #000;
    background: linear-gradient(90deg, #2991A2 0%, #D1BAE8 100%);
    color: white;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.footer img {
    width: 6.8rem;
    height: 3.8rem;
    flex-shrink: 0;
}

.footer p {
    color: black;
    font-family: Birthstone;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
      position: relative;
    right: 2rem;
}

