*:active {
  cursor: url(imgs/diamond_pickaxe.png), auto;
}

html {
  overflow-x: hidden;
}

body {
  cursor: url(imgs/netherite_pickaxe.png), auto;
  min-height: 100vh;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 100px 100px;
  font-family: "Trebuchet MS", "Arial";
  margin: 0 auto;
  color: rgb(228, 228, 228)
}

#background_index {
  background-image: url(imgs/backgrounds/index_background.png);
}

#background_not_found {
  background-image: url(imgs/backgrounds/not_found_background.png);
}

#background_automation {
  background-image: url(imgs/backgrounds/automation_background.png);
}

#background_exploration {
  background-image: url(imgs/backgrounds/exploration_background.png);
}

#background_smelting {
  background-image: url(imgs/backgrounds/smelting_background.png);
}

#background_wizardry {
  background-image: url(imgs/backgrounds/wizardry_background.png);
}

.img {
  width: 80%;
  border-radius: 25px;
  border: 2px solid white;
}

.craft_img {
  width: 570px;
  height: 290px;
  border-radius: 15px;
  border: 2px solid white;
}

h1 {
  margin: 0px 0px;
  font-size: 150px;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
}

p {
  line-height: 24px;
  margin: 0px 0px;
  font-size: 24px;

}

span {
  margin: 0px 0px;
  font-size: 20px;
}

.infotitle {
  padding: 25px;
  text-align: left;
  font-size: 48px;
}

.infotext {
  padding: 0px 20px;
  text-align: justify;
  font-size: 24px;
  line-height: 32px;
}

table {
  border-collapse: collapse;
  height: auto;
  width: auto;
}

.leftside {
  padding-left: 60px;
  padding-top: 20px;
  text-align: left;
  display: flex;
  align-items: flex-start;
}

.rightside {
  padding-right: 60px;
  margin: 20px 20px;
}

.square {
  width: 1100px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 3px solid rgb(255, 255, 255);
  z-index: 0;

}

.navbar {
  overflow: hidden;
  background-color: #111;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  max-width: 1059px;
  margin: 20px auto;
  border: 3px solid rgb(255, 255, 255);
  position: sticky;
  top: 20px;
  z-index: 999;
}

.navbar a {
  cursor: url(imgs/diamond_pickaxe.png), auto;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  font-size: 24px;
  padding: 16px 16px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.navbar a:hover {
  transform: scale(1.1);
  background-color: #ffffff;
  color: black;
  text-shadow: 0 0 0px #ffffff;
}

.error-title {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 250px;
  font-weight: bold;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.error-desc {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 40px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.center_button {
  cursor: url(imgs/netherite_pickaxe.png), auto;
  margin: 0 auto;
  font-size:40px;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: center;
  background-color: rgb(26, 24, 24);
  text-decoration:none;
  margin: 0;
  position: absolute;
  left: 47%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  color:white; 
  border-radius:10px; 
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.center_button:hover {
  cursor: url(imgs/diamond_pickaxe.png), auto;
}

@media only screen and (max-width: 1250px) {
  p {
    margin: 0 50px;
  }
}