body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100vh;
    overflow: hidden;

}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/tunisia_map.jpg');
    background-size: cover;
    background-size: 100%;
    background-position: center 10%;
    filter: blur(12px);
    z-index: -1;
}
.top-header {
  position: fixed;
  top: 10px;
  right: 20px;
}

.content{
  display: inline-flex;
  padding: 10px 18px;
  gap: 20px;
}
.about-us, .support-us {
  font-size: 32px;
  padding: 10px 15px;
  transition: 0.2s;
  color: white;
  text-decoration: underline;
  font-family: "Tilt Warp", sans-serif;
}
.about-us,
.support-us,
.about-us:visited,
.support-us:visited,
.about-us:hover,
.support-us:hover,
.about-us:active,
.support-us:active {
  color:  white;
  text-decoration: underline;
  background: #A05BDA ;
}


/* .about-us {
  
} */

.about-us:hover, .support-us:hover {
  color: white; 
}

.submit-button:hover {
  background-color: #A05BDA;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0px 0px;
  gap: 40px;
}

.logo {
    width: 100%;
    max-width: 700px; 
}

.play-button {
    display: inline-block;
    padding:20px 40px;
    background: #A05BDA;
    font-size: 24px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.2s;
    font-family: "Tilt Warp", sans-serif;
    font-optical-sizing: auto;
    color: white;        
    font-variation-settings:
    "XROT" 0,
    "YROT" 0;
}

.play-button:hover {
    background: #310A41;
    transform: scale(1.05);
}
/* The overlay */
.modal {
  display: none; /* Hidden by default */
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.6); /* semi-transparent overlay */
}

/* Modal box */
.modal-content {
  background-color: #fff;
  margin: 10% auto; /* center vertically */
  padding: 40px 50px;
  border-radius: 14px;
  width: 100%; /* or a fixed size */
  max-width: 600px;
  color: #000;
}

.modal-content {
  font-size: 20px;
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
}

.modal-title{
    font-size: 44px;
    font-family: "Tilt Warp", sans-serif;
    font-optical-sizing: auto;
    color: #A05BDA;        
    font-variation-settings:
    "XROT" 0,
    "YROT" 0;
}

.close:hover {
  color: black;
}

@media (max-width: 768px) {
  .game {
    flex-direction: column;
  }

  .logo {
    width: 250px;
  }

  .play-button {
    padding:16px 36px;
    font-size: 20px;
  }
  /* The overlay */
.modal {
  display: none; /* Hidden by default */
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.6); /* semi-transparent overlay */
}

/* Modal box */
.modal-content {
  background-color: #fff;
  margin: 10% auto; /* center vertically */
  padding: 40px 50px;
  border-radius: 14px;
  width: 100%; /* or a fixed size */
  max-width: 250px;
  color: #000;
}

.modal-content {
  font-size: 18px;
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
}

.modal-title{
    font-size: 32px;
    font-family: "Tilt Warp", sans-serif;
    font-optical-sizing: auto;
    color: #A05BDA;        
    font-variation-settings:
    "XROT" 0,
    "YROT" 0;
}
.about-us, .support-us {
  font-size: 20px;
}
}
html, body {
  overflow-x: hidden;
}
