body{
  background-color: #000000;
  color: black;
  font-family: Helvetica;
  overflow: hidden;
}

h1{
  font-size:60pt;
}

h2{
  font-size:60pt;
  color:#434744;
}

back{
  font-size: 18pt;
  text-align: center;
  margin-bottom: 20px;
}

button{
  background-color: #cfe1ff;
  border:2px solid yellow;
  color: yellow;
  padding:8px 20px;
  font-size:20px;
  position:absolute;
  left:50%;
  transform:translate(-50%);
  bottom:100px;
}

button:active{
  background-color: yellow;
  color:#cfe1ff;
}

.menu a{
  text-decoration:none;
  font-size:30pt;
  color:#000;
}

.menu li{
  list-style-type:none;
  margin-bottom:10px;
}

.back{
  font-family:monospace;
  position:fixed;
  font-size:15pt;
  top:1%;
  left:45%;
}

.textpost{
  background-color: #cfe1ff;
  position: absolute;
  width: 50%;
  margin-top: 10%;
  padding:10px 10px;
  font-size:20px;
  text-align: justify;
  transform:translate(50%);
  font-family:monospace;
}

.textpost h1{
  font-size:20px;
}

.imagePiece{
  position:absolute;
  top:15%
}

a{
  color: #000;
}

a:visited{
  color: #000;
}
a:hover{
  color: #ff8000;
}
a:active{
  color: #0059ff;
}

iframe{
  position: absolute;
  left:20%;
  top:16%;
  width:60%;
}
