#gamearea{
  height: 500px;
  width: 500px;
  background-color: red;
  margin:auto;
  position:relative;
}
.buttons{
  height: 20px;
  width: 50px;
  background-color: white;
}
#controls{
  height: 100px;
  width: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#spacing{
  height: 20px;
  width: 50px;
}
#startbutton{
  width: 100px;
  margin: 0 auto;
}
#pagecontent{
  height: 100vh;
  max-width: 100%;
  background-image: url("images/armageddon.jpg");
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
}
#gamecontainer{
  display:flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
body{
  padding:0;
  margin:0;
}
h1,h2,h3{
  color: white;
}
span{
  font-weight: bold;
  font-style: italic;
}
#introtext{
  width: 60%;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.5);
}
.intro{
  display: block;
  text-align:center;
}
.content{
  display:flex;
}
