body {
  background-color: rgba(26, 29, 38);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.gutter {
  margin-left: 5vw;
  margin-right: 5vw;
}

.letsplayButtonContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.letsplayButton {
  display: flex;
  max-width: 568px;
  width: 70%;
  height: 40px;
  border-radius: 0.375rem;
  background-color: rgba(65, 138, 138);
  color: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

p {
  font-size: large;
  line-height: 24px;
}

span.bold {
  font-weight: 800;
}

li {
  margin-top: 12px;
  font-size: large;
  line-height: normal;
}

.imageContainer {
  display: flex;
  width: 100vw;
  align-items: center;
  justify-content: center;
}

#exampleScreenshotImage {
  margin-top: 24px;
  margin-bottom: 24px;
  background: url('/public/feature_graphic_background.png');
  background-size: contain;
  width: 100%;
  max-width: 1024px;
  height: calc(100vw * 0.488);
  max-height: 500px;
}
