@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

* {
  box-sizing: border-box;
  font-family: 'Press Start 2P', cursive;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.start {
  z-index: 10;
  background-image: url('/Images/2.png');
  background-size: cover;
  background-position: center;
  position: absolute;
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-wrap: wrap;
}
.start-rules {
  z-index: 10;
  background-image: url('/Images/ruler.png');
  background-size: cover;
  background-position: center;
  position: absolute;
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-wrap: wrap;
}

/* .nav {
  display: flex;
  justify-content: space-around;
  align-items: start;
  color: black;
  width: 100vw;
  margin-top: 20px;
} */

.nav {
  display: flex;
  justify-content: space-evenly; /* evenly spaced */
  align-items: center;
  color: black;
  width: 100vw;
  margin-top: 10px;
  height: 50px; /* set height for buttons */
}

.nav button {
  padding: 15px 25px; /* increase padding for bigger buttons */
  background-color: #eee;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px; /* increase font size for better visibility */
  transition: all 0.2s ease-in-out; /* add transition effect on hover */
}

.nav button:hover {
  border: 2px solid black;
  color: whitesmoke;
  background-color: #ff403f;
}

.nav-a {
  color: black;
  display: inline-block;
  padding: 15px 25px;
  background-color: #eee;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.nav-a:hover {
  border: 2px solid black;
  color: whitesmoke;
  background-color: #ff403f;
}

.btn-forest {
  font-size: 20px;
  padding: 15px 25px;
  background-color: #eee;
  border: none;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
  margin-left: 100px;
}

.btn-shop {
  font-size: 20px;
  padding: 15px 25px;
  background-color: #eee;
  border: none;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 100px;
}

.buttons {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px 25px;
  margin-bottom: 8vh;
}

.buttons button:hover {
  border: 2px solid black;
  color: whitesmoke;
  background-color: #ff403f;
}

.arena {
  background-image: src= '/Images/mapinhu.png';
}
.div1 {
  position: relative;
  display: inline-block;
}

.div2 {
  position: absolute;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px;
}

.div3 {
  background-color: rgb(200, 11, 11);
  height: 30px;
  width: 100%;
}

.div4 {
  font-family: Righteous;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(200, 11, 11);
  height: 100px;
  width: 100px;
  border-radius: 30px;
  flex-shrink: 0;
  border: 2px solid darkgray;
}

.parent56 {
  position: relative;
  height: 30px;
  width: 100%;
}

.parent56-2 {
  position: relative;
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.div6-2 {
  position: absolute;
  background-color: rgb(13, 150, 13);
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 2px solid darkgray;
  border-radius: 30px;
}

.div5-2 {
  background-color: rgb(200, 11, 11);
  height: 30px;
  width: 100%;
  border: 2px solid darkgray;
  border-radius: 30px;
}

.div5 {
  background-color: rgb(200, 11, 11);
  height: 30px;
  border: 2px solid darkgray;
  border-radius: 30px;
}

.div6 {
  position: absolute;
  background-color: rgb(13, 150, 13);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid darkgray;
  border-radius: 30px;
}

.tie {
  font-family: Righteous;
  font-size: 200px;
  position: absolute;
  color: white;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.button {
  border: 2px solid black;
  border-radius: 30px;
  background-color: aliceblue;
}

.reset {
  background-image: url('/Images/image-removebg-preview.png');
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 50vh;
  left: 0;
  display: none;
}
