

body {
  background-color: #00001C;
}

.center {

  left: 50%;
  margin-left: 30vw;
  text-align: center;
  display: block;
  max-height: 85vh;


}

.left {
  padding: 25px ;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: left;

}


body, html {
  margin: 0;
  padding: 0;

  /*overflow-y: hidden;
  overflow-x: hidden;*/
}

/* https://www.w3schools.com/css/css3_buttons.asp */
.button {

  background-color: #008CBA;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  font-size: 16px;
  transition-duration: 0.4s;
}

.button:hover {
  background-color: #009fd4; /* Green */
  color: white;
}

p{

  font-family: monospace;
  width: 450px;
  text-align: center;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 23px;


}

h1{


  font-family: monospace;
  font-size: 36px;
  text-align: center;
  width: 99vw;
  height: 5vh;
  color: white;
  text-shadow: #000 0px 0px 5px,   #000 0px 0px 5px,   #000 0px 0px 5px,
       #000 0px 0px 5px,   #000 0px 0px 5px,   #000 0px 0px 5px;
}
.bottom{
  left: 50%;
  bottom: -50px;
}
.top{
  left: 50%;
  top:-50px;
}
.bottomleft{
  left: 1%;
  bottom:10px;

}


@media only screen and (max-width: 1024px) {
  body {
  }
  .left{
    margin-left:10vw;
    text-align: center;
    display: block;
  }
  .center{
    max-width:100%;
    max-height:400px;
  }


}
