body {
  background-color: darkred;
  font-size: 28px;
  color: white;
}

h1,
h2 {
  font-size: 70px;
  text-transform: uppercase;
}

h2 {
  font-size: 50px;
}

button {
  background-color: black;
  color: white;
  font-size: 40px;
  padding: 4px 12px 4px 12px;
}

button:hover {
  cursor: pointer;
}

#join {
  display: flex;
  justify-content: center;
}

h1 img {
  height: 100px;
}

h1 img:nth-child(2) {
  transform: scaleX(-1);
}

.free,
.free button {
  font-size: 10px;
}

.free button {
  background-color: darkred;
  color: darkgray;
  cursor: not-allowed;
}
