html,
body {
  padding: 0px;
  margin: 0px;
}

.main {
  width: 100vw;
  height: 100vh;
  background-color: rgb(182, 182, 182);
}

.wrapper {
  margin: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#winners,
#players {
  padding: 30px;
  margin: 0px;
}

h2,
h3,
p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 50px;
}

.title {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 48px;
}

.subtitle {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.games-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.static,
.variable {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgb(210, 210, 210);
  margin: 10px;
  padding: 10px;
  width: 50%;
}

.static {
  align-items: flex-end;
}

#static-play-btn,
#variable-play-btn {
  margin-right: 30px;
}

#both-auto-btn {
  margin-bottom: 20px;
}

#static-results,
#variable-results {
  padding-top: 30px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#static-results {
  align-items: flex-end;
}

#static-results p,
#variable-results p {
  font-size: 20px;
}

.more {
  color: rgb(0, 162, 94);
  font-weight: bold;
}

.less {
  color: rgb(195, 24, 1);
  font-weight: bold;
}

#static-winners,
#variable-winners {
  padding-right: 50px;
}
