body {
  margin: 0 auto;
  max-width: 100%;
  color: rgb(252, 249, 249);
  font-size: large;
  background-color: rgb(3, 3, 3);
  font-family: "Comic Sans MS";
}
.navbar {
  padding: 0 1rem;
  justify-content: space-between;
  font-size: x-large; /* Score */
  color: rgb(253, 253, 255);
  border-top-width: 12px;
  border-top-style: double;
  border-top-color: rgba(80, 13, 19, 0.91);
  border-radius: 40px;
}
.auswahl {
  display: flex;
  width: 100%;
  justify-content: space-around;
  text-align: center;
  font-size: large; /* Schrfit unter klickbaren figuren */
}
.auswahl img {
  width: 150px;
}
.start-container {
  text-align: center;
}
.start-container input {
  padding: 20px;
  font-size: 25pt; /* choose you name box */
}
.start-container form {
  display: flex;
  justify-content: center;
}
.start-container button {
  text-decoration: none;
  color: rgba(255, 254, 254, 0.8);
  background: linear-gradient(48deg, #9ab3c2, #748dbd, #c75a5a, #b93f49);
  padding: 15px 40px;
  border-radius: 4px;
  font-weight: normal;
  font-size: large;
}
.bild {
  height: 150px;
  width: 150px;
  background-size: cover;
  border-radius: 50%;
  margin: auto;
}
.selected {
  display: flex;
  width: 50%;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 5%;
  font-size: large; /* your choice text */
  color: #f6fafa;
}
#scissors {
  background-image: url(./bilder/scissors.png);
}
#stone {
  background-image: url(./bilder/stone.png);
}
#paper {
  background-image: url(./bilder/paper.png);
}
#laden {
  text-align: center;
}

#point {
  display: none;
}
#endeSeite {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: xx-large; /* You won/Computer won */
  text-shadow: 0 0 0.2em #87f, 0 0 0.2em #87f, 0 0 0.2em #87f;
}
.restart-container {
  margin-top: auto;
  margin-left: 50px;
}
.restart-container button {
  text-decoration: none;
  color: rgba(255, 254, 254, 0.8);
  background: linear-gradient(48deg, #7da792, #5cb399, #238356, #3fb949);
  padding: 15px 40px;
  border-radius: 4px;
  font-family: "Comic Sans MS";
  font-weight: normal;
  font-size: large;
}
