main {
  background-image: url(../images/windows95.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

body {
  margin: 0;
  height: 100vh;
}

.grootediv {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.blauw {
  background-color: rgba(0, 0, 255, 0.6);
  height: 100vh;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2rem;
}

.games {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.original, .promtmode {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 5px;
  text-align: center;
}

.join-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: cyan;
  color: black;
  text-decoration: none;
  border-radius: 3px;
}
.join {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: cyan;
    color: black;
    text-decoration: none;
    border-radius: 3px;
}
