body{
  font-family: 'Trebuchet MS',Arial, sans-serif;
  color: white;
  
}

img{
  margin: auto;
}

.container{
  display: flex;
  height: 80%;
  justify-content: center;
}

.game-text{
  width: 750px;
  height: 500px;
  background-color: #141337;
  margin: 5px;
  padding: 10px;
  text-align: center; 
}

.game-pic{
  min-width: 150px;
  height: 500px;
  background-color: #252550;
  margin: 5px;
  margin-left: 10px;
  padding: 10px;
}

#reflex-button{
  margin-left: auto;
  margin-right: auto; 
  width: 250px;
  height: 250px;
  background-color: deepskyblue;
}

p{
  font-size: 14px;
  text-align: center;
}

#word{
  width: 600px;
  height: 150px;
  margin: auto;
  padding-top: 20px;
  background-color: beige;
}

#input{
  margin-bottom: 10px;
  margin-top: 20px;
}

#feedback{
  font-size: 30px;
  margin-top: 40px;
}

.reset{
  cursor: pointer;
}

.btn{
  border-color: orange;
  background-color: SpringGreen;
  border-radius: 7px;
  border-width: 2px;
  height: 35px;
  width: 100px;
}

.letter{
 font-size: 80px;
 background-color:darkslateblue;
 color: white;
 margin: 10px;
 margin-top: 20px;
 font-family: monospace;
 padding: 6px 12px;
}