
body{
  position: relative;
  background-color: black;
  overflow-y: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.title1{
  font-weight: bold;
  font-family:times;
  border:solid 1px black;
  font-size:40;
  color: yellow;
  display:block;
  padding:3px;
}

.picT{
  position:absolute;
  left:50%;
  margin-left:-250px;
}

.menuButton{
  width:100px;
  height:22px;
  margin:auto;
  font-size:20px;
  color:white;
  background-color:black;
  font-weight: bold;
  font-family:times;
  border:solid 1px black;
  cursor:pointer;
  text-align:center;
  margin-top:50%;
}

.menuButton:hover{
  font-size: 28px;
  text-decoration: underline;
  color:red;
}

.menu{
  padding:10px;
  width:10%;
  position:fixed;
  left:50%;
  margin-left:-5%;
/*border-right:solid 1px white;
  border-left:solid 1px white;*/
  height:75%;
}

.mainContainer{
  width:5%;
  height:0%;
  position:fixed;
  display:none;
  margin-left:15%;
  color:white;
  font-size:20;
  text-align:justify;
  padding:10px;
  border:solid 1px white;
  /*border-right:solid 1px white;
  border-left:solid 1px white;*/
}

.backy{
  font-weight:bold;
  display: none;
  position:fixed;
  left:20px;
  top:10px;
  color:white;
  font-size:20px;
  padding:10px;
}
.backy:hover{
  font-size: 28;
}
