@font-face {
    font-family: minecraft;
    src: url(../fonts/Minecraft.woff);
}

@font-face {
  font-family: MinecraftSmall;
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/MinecraftSmall.otf);
}

body {
    text-align: center;
    background-color: white;
}

.topnav {
    overflow: hidden;
    background-color: #000000;
  }
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #129736;
    color: white;
  }

.menu {
    display: flex;
    gap: 20px;
}

.Button {
    border: solid #327c84 3px;
    border-radius: 20px;
    height:60px;
    width: 90px;
    margin: 10px;
    background-color: #3d97a1;
    color: white;
}

.logo {
    font-family: bodoni;
    font-size: 40px;
    font-style: normal;
    color: white;
}



.tablink {
    background-color: #6a9cff;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    letter-spacing: 2px;
    width: 25%;
    font-family: MinecraftSmall;
    
}

.tablink:hover {
    background-color: #777;
}

.tabcontent {
    color: white;
    display: none;
    padding: 50px;
    text-align: center;
    font-family: minecraft;
    letter-spacing: 2px;
}

#javabedrock {background-color: #4d7ad4;}
#dungeons {background-color: #4d7ad4;}
#education {background-color: #4d7ad4;}
#legends {background-color: #4d7ad4;}


#gameImage {
    margin-top: 20px; 
    text-align: center;
}

#gameImage img {
    width: 100%;            
    max-width: 1000px;       
    aspect-ratio: 16 / 9;    
    object-fit: cover;      
    border-radius: 10px;   
}


footer {
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 15px 0;
}

footer a {
    color: white; 
    text-decoration: none;
    margin: 0 10px;
}

footer a:hover {
    text-decoration: underline;
}

#title-versies {
    font-size: 60px;
    font-family: minecraft;
}

.subchoise {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
    gap: 20px;
}

.options {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6093f8;
    border: 2px solid #4a78d6;
    border-radius: 15px;
    padding: 20px 30px;
    transition: 0.2s ease;
}

.options:hover {
    background-color: #70a2ff;
}

.buttonsub {
    display: inline-block;
    height: 45px;
    width: 110px;
    margin: 10px;
    border: none;
    border-radius: 10px;
    background-color: white;
    color: #6093f8;
    font-family: minecraft;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}


.buttonsub:hover {
    background-color: #6093f8;
    color: white;
    transform: scale(1.05);
}

.info-versies {
   font-size: 20px;
  font-family: MinecraftSmall;
  background-color: #d1d1d1;
  padding: 18px 24px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  max-width: 900px;
  margin: 20px auto;
  line-height: 1.1;
}

