
body {
  background-color: RoyalBlue;
}

#header {
  width: 350px;
  margin: 0 auto;
  text-align: left;
  color: lightcyan;
  font-weight: normal;
}

#scores {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  font-size: 16px;
}

#stage {
  text-align: center;
}

#gallows {
  border: 2px solid black;
}

#footer {
  text-align: center;
}

/*
.custom-popup-position {
    margin-top: 100px;
}
*/

.swal2-popup {
  border-radius: 25px;
}
