html,body{
  margin: 0px;
  padding: 0px;
  height: 100%;
  text-align: center;
}

}
button{
  width:10%;
  height: 5%;
  margin-top: 2%;
  background: beige;

}
#sss{
  min-height: 100%;
  background: url("img/sss frei.png");
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}

#titel{
  font-size: 30px;
  font-family: sans-serif;
  margin-top: 6%;
}

.stein{
  background-color: beige;
  margin-top: 5%;
}
.schere{
  background-color: grey;
  margin-top: 2%;
}
.papier{
  background-color: #ffffff;
  margin-top: 2%;
}

#Auflösung{
  margin-top: 2%;
  font-size: 30px;
  font-family: sans-serif;
}
.neuesspiel{
  background-color: #228b22 ;
  margin-top: 2%;
}
#pcchoice{
  font-family: sans-serif;
  font-size: 30px;
}
