body{
  padding: 25px;
  flex-direction: row;
  justify-content: flex-start;
  background-image: url("https://uploads.onecompiler.io/43e7chjeq/44ncb4w7b/Verilia%20Menu%20Map%20Blur.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.Menu_Title{
  display: block;
  margin: auto;
  position: relative;
  text-align: center;
}



/*Entrance page css*/

.Menu_Map{
  width: 970px;
  height: 770px;
  border: 8px solid rgb(90,120,133);
  box-shadow: 0 0 0 7px #485E68, 
              0 0 0 9px #3A4C54;
  display: block;
  margin: auto;
  position: relative;
  text-align: center;
  background-image: url("https://uploads.onecompiler.io/43e7chjeq/44ncb4w7b/Verilia%20Menu%20Map%20Blur.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.Enter_Button {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);

}

/*Main map css*/

.Back{
  margin: 3px;
  max-width: 100px;
  border: 2px solid rgb(131,116,58);
  background-color: rgb(240,234,214);
}

.Map1{
  width: 970px;
  height: 770px;
  border: 8px solid rgb(90,120,133);
  box-shadow: 0 0 0 7px #485E68, 
              0 0 0 9px #3A4C54;
  position: absolute;
  top: 33px;
  left: 465px;


}

.Map2{
  width: 970px;
  height: 770px;
  border: 8px solid rgb(90,120,133);
  box-shadow: 0 0 0 7px #485E68, 
              0 0 0 9px #3A4C54;
  position: absolute;
  top: 33px;
  left: 465px;

}

.Map3{
  width: 970px;
  height: 770px;
  border: 8px solid rgb(90,120,133);
  box-shadow: 0 0 0 7px #485E68, 
              0 0 0 9px #3A4C54;
  position: absolute;
  top: 33px;
  left: 465px;

}

.Map4{
  width: 970px;
  height: 770px;
  border: 8px solid rgb(90,120,133);
  box-shadow: 0 0 0 7px #485E68, 
              0 0 0 9px #3A4C54;
  position: absolute;
  top: 33px;
  left: 465px;

}

.Map5{
  width: 970px;
  height: 770px;
  border: 8px solid rgb(90,120,133);
  box-shadow: 0 0 0 7px #485E68, 
              0 0 0 9px #3A4C54;
  position: absolute;
  top: 33px;
  left: 465px;

}




.Layer_Choice_Menu{
  position: absolute;
  top: 60px;
  left: 1180px;
  max-width: 120px;
  border: 2px solid rgb(131,116,58);
  background-color: rgb(240,234,214);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}



























































