:root {
  font-family: Helvetica, Arial, sans-serif;
}

body {
  background-color: lightblue;
}
.page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#embed-container {
  display: flex;
  max-width: 80%;
  max-height: 80%;
  border: 3px solid black;
  border-radius: 2px;
}
.game-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.button-row {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: left;
}