body {
  background-color: black;
  color: orangered;
  font-family: "Monocraft", sans-serif;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow-x: hidden;
  /*animation: arcobaleno 3s linear infinite;*/
}
@keyframes arcobaleno {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.schermo_sopra {
  z-index: 2;
  width: 100%;
  height: 20%;
  position: relative;
  background-color: black;
  transform-origin: top left;
}
.schermo_sotto {
  z-index: 1;
  left: 0px;
  top: 5%;
  width: 100%;
  height: 80%;
  position: relative;
  background-color: black;
  transform-origin: top left;
  font-family: "Monocraft", sans-serif;
}
.primo_bottone {
  position: absolute;
  left: 100px;
  top: 50px;
  margin: 0;
  padding: 0;
  display: flex;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 0, 0);
  border: 10px;
  border-radius: 0px;
  cursor: pointer;
  font-size: 26px;
}

.titolo {
  position: absolute;
  left: 200px;
  top: 100px;
  margin: 0;
  padding: 0;
  display: flex;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 0, 0);
  border: 10px;
  border-radius: 0px;
  cursor: pointer;
  font-size: 40px;
}

.sottotitolo {
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
  padding: 0;
  display: flex;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 0, 0);
  border: 10px;
  border-radius: 0px;
  cursor: pointer;
  font-size: 40px;
}
.separatore_schermi {
  position: absolute;
  left: 0px;
  top: 80%;
  width: 100%;
  height: 15%;
  background-color: orange;
}
.ombra_separatore_schermi {
  position: absolute;
  left: 0px;
  top: 95%;
  width: 100%;
  height: 5%;
  background-color: rgb(255, 60, 0);
}
.barra_di_ricerca {
  position: absolute;
  left: 75%;
  top: 20%;
  width: 300px;
  height: 40%;
  background-color: Black;
  border: 6px solid gray;
  border-radius: 0px;
  border-color: gray;
  outline: none;
  font-family: "Monocraft", sans-serif;
  color: gray;
  margin: 0px;
  padding-left: 6px;
  font-size: 20px;
}
@font-face {
  font-family: "Monocraft";
  src: url("fonts/Monocraft.ttc");
}
.mods_minecraft {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 300px;
  height: 40px;
  background-color: gray;
  border: 6px solid orange;
  border-color: orange;
  border-radius: 4px;
  font-family: "Monocraft", sans-serif;
  font-weight: bold;
  margin: 0px;
  padding-left: 12px;
  padding-top: 17px;
  text-align: center;
  font-size: 25px;
  color: orangered;
  white-space: pre;
  z-index: 4;
}
.freccia_menu_mods,
.freccia_menu_altri_progetti {
  position: absolute;
  left: -15px;
  top: 40%;
  height: 25%;
  width: 25%;
}
.spazio_nero_per_far_slidare_il_menu {
  background-color: black;
  position: absolute;
  left: 15%;
  top: 0%;
  width: 100%;
  height: 20%;
  z-index: 4;
}
.menu_mods {
  position: absolute;
  z-index: 3;
  background-color: rgb(49, 22, 0);
  left: 21%;
  top: -270px;
  width: 300px;
  height: 370px;
}
.menu_altri_progetti {
  position: absolute;
  z-index: 3;
  background-color: rgb(49, 22, 0);
  left: 50%;
  top: -270px;
  width: 300px;
  height: 370px;
}
.altri_progetti {
  position: absolute;
  left: 49%;
  top: 20%;
  width: 300px;
  height: 40px;
  background-color: gray;
  border: 6px solid orange;
  border-color: orange;
  border-radius: 4px;
  font-family: "Monocraft", sans-serif;
  font-weight: bold;
  margin: 0px;
  padding-left: 12px;
  padding-top: 17px;
  text-align: center;
  font-size: 25px;
  color: orangered;
  white-space: pre;
  z-index: 4;
}
.title_index {
  position: absolute;
  left: 5%;
  top: 5%;
  color: white;
}
.sottotitolo_index_1,
.sottotitolo_index_2,
.sottotitolo_index_3 {
  position: absolute;
  color: gainsboro;
  left: 6%;
}
.sottotitolo_index_1 {
  top: 15%;
}
.sottotitolo_index_2 {
  top: 20%;
}
.sottotitolo_index_3 {
  top: 25%;
}
.inizio_sez_chi_sono {
  position: absolute;
  left: 7%;
  top: 40%;
  width: 80%;
  height: 2.5%;
  background-color: green;
}
.ombra_inizio_sez_chi_sono {
  position: absolute;
  left: 10%;
  top: 100%;
  width: 80%;
  height: 30%;
  background-color: greenyellow;
}
.chi_sono {
  position: absolute;
  left: 6%;
  top: 50%;
  width: 40%;
  height: 20%;
  color: rgb(48, 119, 0);
}
.language_button {
  position: absolute;
  left: 1%;
  top: 25%;
  width: 60px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
}
.tooltip_lingua {
  position: absolute;
  left: -390px;
  top: 60%;
  width: 400px;
  height: 30px;
  font-size: 16px;
  font-family: "Monocraft", sans-serif;
  color: greenyellow;
  background-color: transparent;
  transition: transform 1s ease;
  z-index: 10;
}
.bottone_cmd {
  position: fixed;
  left:-300px;
  top:85%;
  background-color: white;
  border-radius: 5px;
  border:3px solid black;
  appearance: none;
  -webkit-appearance: none;
  border-color: black;
  width: 10%;
  height: 9%;
  z-index: 15;
  outline: none;
  transform-origin: bottom left;
  transition: transform 0.5s ease;
}
.input_cmd{
  position:absolute;
  left:3%;
  top:5%;
  width: 97%;
  height:10%;
  color:black;
  border-color:transparent;
  background-color: transparent;
  font-family: monospace;
  font-size: 2px;
  text-align: left;
  vertical-align: top;
  z-index: 16;
  outline: none;
  cursor:text;
  resize: none;
}
.output_cmd{
  position:absolute;
  left:3%;
  top: 20%;
  width: 97%;
  height:65%;
  color:black;
  border-color:transparent;
  background-color: transparent;
  font-family: monospace;
  font-size: 2px;
  text-align: left;
  vertical-align: top;
  z-index: 16;
  outline: none;
  cursor:text;
}