* {
  font-family: "Press Start 2P", cursive;
}

body {
  background-image: url(./assets/chicken.jpg);
  background-position: top;
}

h1 {
  margin: 15px;
  color: #888;
}
.grid {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  padding-top: 2%;
}

.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.game-board {
  margin: 5px;
  border: solid 8px #888;
}

.play-button {
  background-color: #4caf50;
  font-size: 16px;
  padding: 15px 30px;
  cursor: pointer;
  margin: 15px;
}

hr {
  position: relative;
  border-width: 5px;
  border-color: hsl(0, 0%, 50%) transparent;
  height: 11px;
  border-style: double;
  width: 90%;
}

span {
  font-size: 2rem;
  font-family: "Rightous";
  color: red;
  padding: 0;
  margin-left: 15px;
}
.grid p {
  margin: 15px;
  font-size: 2rem;
  color: #888;
}

#next {
  margin-left: 75px;
  border: solid 5px #888;
}

#controls {
  display: flex;
  position: absolute;
  margin-left: 12vw;
  color: #888;
  margin-top: 0px;
  margin-bottom: 3px;
}
