@font-face {
  font-family: 'minecraft';
  src: url('../fonts/minecraft.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.navbuttons {
  color: #00ff15;
  text-decoration: none;
  padding: 14px 16px;
}
html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6, button, input, label {
  font-family: 'minecraft', sans-serif !important;
}
body {
  margin-bottom: 60px;
  background-color: #000000;
  color: #00ff15;
  font-family: 'minecraft', sans-serif !important;
}
.map {
  margin: 10px;
  width: 90%;
  max-width: 1200px;
  min-height: 70vh;
  display: flex;
  justify-content: center; 
  align-items: center;

}
.button-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);
  gap: 10px; 
}
.button-grid button{
  width: 100%;
  padding: 20px;
}
button {
  background: #000000;
  border-color: #00ff15;
  color: #00ff15;
  border-radius: 5px;
}
button:hover {
  background: #00ff15;
  color: #000000;
  
}
.play{
  display: inline-block;
  font-size: 50px;
  margin: 100px;
  height: 10vh;
  width: 50vh;
  
}
.play:hover{
  font-size: 50px;
  height: 10vh;
  width: 50vh;
  background: #00ff15;
  color: #000000;
}
.formte{
  background: #000000;
  color: #00ff15;
  border-color: #00ff15;
  border-radius: 5px; 
  padding: 5px;
}
