@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Serif+Display:ital@0;1&family=IBM+Plex+Mono:wght@400;500&display=swap');


body {
  background-color: #425442;
  font-family: 'IBM Plex Mono', monospace;
  color: #1a1209;
}


.page {
  max-width: 1100px;
  margin: 48px auto;
  padding: 52px 72px 60px;
  background-color: #eadcc2;
  border: 2px solid #1a1209;
  border-radius: 20px;
  box-shadow: 6px 6px 0 #1a1209;
}


h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.5rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}


h4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  color: #8a7a68;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 28px 0 12px;
  text-align: center;
}


p {
  font-family: 'DM Serif Display', serif;
  font-size: 1rem;
  color: #3a3020;
  line-height: 1.7;
  margin: 6px 0;
}


hr {
  border: none;
  border-top: 1px solid #c8b89a;
  margin: 28px 0;
}




a:hover {
  color: #1a1209;
}


button {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #181313f8;
  color: #faf8f3;
  border: none;
  border-radius: 20px;
  padding: 10px 24px;
  cursor: pointer;
  box-shadow: 5px 5px 0 #146a9c;
}

button:hover {
  opacity: 0.85;
}


img {
  display: block;
  max-width: 100%;
  margin: 24px auto;
  border-radius: 20px;
  border: 1.5px solid #1a1209;
  box-shadow: 5px 5px 0  #425442;
}

#logo {

  width: 200px;
  margin: 4px auto;
  border: 0.5px solid #1a1209;
}

input[type="file"] {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  background-color: #ddd6c6;
  border: 1.5px dashed #c8b89a;
  border-radius: 20px;
  padding: 16px 18px;
  cursor: pointer;
  width: 100%;
  max-width: 460px;
}

input[type="file"]:hover {
  border-color: #b84a2e;
}


#regions_div{
    
    border-radius: 20px;      
    overflow: hidden;        
    border: 4px solid #000000;
}

.boutton {
  display: flex;
  flex-wrap: wrap;        
  justify-content: center; 
  gap: 30px;               
}

.boutton button {
    width: 220px;
    height: 180px;
    background-color: #dbc398;
    border: none;
    border-radius: 15px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    padding: 10px;
    box-shadow: 5px 5px 0  #425442;
}

.boutton button:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}


.emoji {
    font-size: 40px;
    margin-bottom: 8px;
}

.boutton button h2 {
    font-size: 15px;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.boutton button p {
    font-size: 12px;
    color: #555;
    margin: 0;
}



footer{

  text-align: center;
}

.boutton a {
  border-bottom: none;  
  text-decoration: none; 
  display: inline-block; 
}

.domains {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}
 
.domain2 {
  font-size: 0.65rem;
  background-color: #ddd0b3;
  border: 1px solid #c8b89a;
  border-radius: 20px;
  padding: 4px 12px;
  color: #5a4a38;
}

.details {
  display: flex;
  justify-content: space-between;
}
#fde {
    text-decoration: underline;
    color: #3a3020;
}

#fde:visited {
    color: #3a3020;
}
#fde:hover {
    color: #3a3020;
}

#fde:active {
    color: #3a3020;
}

