.game
{ border: solid 5px hsla(0, 100%, 90%, 0.2);
  max-width: 100%;
  bottom:30%;
  background: url(Кузя.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  margin:0 auto;
  overflow:visible;
  position:absolute;
  margin-left:30%;
  margin-top:70%;
}




body {
  background: url(bf.jpg);
  background-size: cover;
}

input, label
{
  font-size: 2em;
  font-family: "Helvetica";
  color: black;
}

h1
{
  font-size: 2em;
  font-family: "Helvetica";
  color: white;
  position: static;
  margin-left:25%;
}
h2
{ font-size: 1em;
  max-width: 100%;
  bottom:86%;
  display: inline-block;
  padding: 3px;
  color: #D5EEF1;

}


div {background-color: hsla(0, 100%, 90%, 0.2);}
select {

    height: 25px;
    padding: 10px;
    border: 0.2;
    font-size: 20px;
    line-height: 0.5;
    width: 200px;
    text-align-last: center;
    font-family: "Helvetica";
    color: black;
}

button {
  display: inline-block;
  color: black;
  text-decoration: none;
  padding: .6em 4em;
  outline: none;
  border-width: 3px;
  border-style: solid none;
  border-color: #Black;
  transition: 0.2s;
  font-family: "Helvetica";
  font-size: 5em;
  color:  black;
  font-size: 15px;
}
button:hover { background: linear-gradient(#E7DADA, #DCDAE7) #DCDAE7; }
button:active { background: linear-gradient(#DADADA,#C7E0CD) 	#C7E0CD; }
