:root{
--color-primary: rgb(112, 250, 218);
--color-primary-lighter: rgb(211, 254, 244);
--color-secondary: rgb(54,141,158);
--color-secondary-lighter: rgb(121, 179, 191);
--ocker: rgb(219,199,44);
}

@font-face
{
  font-family: "Cheese Sauce";
  font-style: normal;
  font-weight: 100 900;		
  font-display: swap;
  src: url("../fonts/Cheese\ Sauce.ttf") format("truetype");
}

.review
{
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: white;
  background-size: cover; 
  background-position: center bottom; 
  background-repeat: no-repeat; 
}

.review_header
{
  color: var(--color-secondary);
  font-family: "Cheese Sauce";
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 2.25rem;
  text-align: center;
  margin-bottom: 4rem;
}

.review_box
{
  border-color: var(--color-primary-lighter);
  border-radius: .5rem;
  background-color: white;
  padding: 1.5rem;
  box-shadow: 10px 9px 7px 8.8px rgb(121 179 191 / 1);
}
