body {
  background-color: #34495e;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80vh;
  margin: 0;
  overflow: hidden;
}

.game-container {
padding: 20px 30px;
position: relative;
margin: auto;
height: 350px;
width: 450px;
}

.figure-container {
fill: transparent;
stroke: #fff;
stroke-width: 4px;
stroke-linecap: round;
}

#dash-container {
font-size: 50px;
display :block;
padding :5px;  
margin:10px 0px; 
}

#rightguess {
 font-size: 20px;
}

#wrongguess {
font-size:20px;
}

 