body{
  background-image:url("https://nagwu.neocities.org/desu-dance.gif");
  background-size:cover;
}


.reviewsBox {
  background-color: blue;
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center; /* optional: aligns items vertically centered */
  justify-content: space-between; /* optional: spreads content horizontally */
  padding: 10px;
  box-sizing: border-box;
}

p {
  color:white;
}