html{
  background-image: url('https://projects.codecraftworks.com/web/RQd7QpUrHxigL0opzqug/assets/game-reviews.jpg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

#title-box{
  height: 8rem;
  left: 0;
  width: 75vw;
  padding: 1em;
  padding-top: .8rem;
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 1;
}

#title-box h1{
	font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.content{
  background-color: #F9DBBB;
  color: black;
  height: 25rem;
  margin: 5vh 10vw;
  padding: .9rem;
  position: relative;
  overflow: hidden;
  top: 15.5em;}

.image {
  width: 18rem;
}

.reviewText{
  font-family: 'fasthand';
  font-size: 1rem;
  margin: 1rem;
}
  