.entire-content {
  width: 100%;
  display: flex;
}
.side-img {
  width: 35%;
  height: 1024px;
  display: inline-block;
  background-image: url(../images/gem-side-image.jpg);
  background-position: center;
  background-repeat: no-repeat repeat;
}
.content {
  width: 60%;
  display: inline-block;
  margin: 20px;
}
.gems {
  display: flex;
}
#red,
#blue,
#yellow,
#green {
  width: 20%;
  display: flex;
  margin: 15px;
}
.header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  text-align: center;
  padding: 20px;
  margin: 20px;
  color: hotpink;
}
p,
h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 2;
  padding: 10px;
}
.wrap {
  width: 100%;
  display: flex;
}
.points {
  background-color: lightcoral;
  display: inline-block;
  width: 60%;
}
.records {
  background-color: lightseagreen;
  display: inline-block;
  width: 40%;
}
.score-area {
  background-color: lightskyblue;
}
