.bkg{
	background-color: #ecede6;
	background-image: url("tiles.png");
	background-size: 30vw auto;
background-repeat: repeat;
}

.topnav {
  overflow: hidden;
  background-color: #010221;
}

.topnav a {
  font-family: 'DotGothic16';
  font-weight: 500;
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

hr.line {
  border: 1px solid #0A7373;
}

.prg {
  border: solid;
  background-color: white;
  box-shadow: 10px 10px  #0A7373;
  color: #010221;
  font-family: 'Abhaya Libre';
  text-align: center;
  align-content: center;
  padding: 3% 5%;
  font-size: 1.2em;
  border-radius: 12px;
  margin: 10% 3% ;
}

@media screen and (min-width: 600px) {
	.prg {
        margin: 8% 10%;
        font-size: 1.5em;
    }
}

.link {
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.35em;
  margin: 7% 0;
  width: 95%;
}

@media screen and (min-width: 600px) {
	.link {
        font-size: 1.2em;
        margin: 2.5% 0;
    }
}

.topnav a:hover {
  background-color: #EDAA25;
  color: black;
}

.topnav a.split {
  float: right;
  background-color: #010221;
  color: #ffffff;
}

.footer {
  font-family: 'DotGothic16';
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  text-shadow: 2px 2px 10px #000000;
  color: white;
  text-align: center;
}

@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}

 /* Style Definitions */
 
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Arial",sans-serif;}
.MsoChpDefault
	{font-family:"Arial",sans-serif;}
.MsoPapDefault
	{line-height:115%;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}

/* Yellow Title Block*/

:root {
      --black: #0a0a0a;
      --yellow: #FFE500;
      --shadow-lg: 8px 8px 0px var(--black);
    }
    .review-header-wrap {
      display: flex;
      justify-content: center;
      padding: 2em 1em 0em;
      margin-bottom: -4em;
      position: relative;
      z-index: 1;
    }
    .review-title-block {
      background: var(--yellow);
      border: 4px solid var(--black);
      box-shadow: var(--shadow-lg);
      padding: 16px 28px;
      transform: rotate(-1deg);
      transition: transform 0.2s, box-shadow 0.2s;
      text-align: center;
      max-width: 600px;
    }
    .review-title-block:hover {
      transform: rotate(0deg) scale(1.02);
      box-shadow: 12px 12px 0 var(--black);
    }
    .review-title-block h1 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(2rem, 7vw, 5rem);
      line-height: 1;
      letter-spacing: 4px;
      color: var(--black);
      text-transform: uppercase;
      margin: 0 0 6px 0;
    }
    .review-title-block .sub {
      font-family: 'Abhaya Libre', serif;
      font-size: 1em;
      color: var(--black);
      margin: 0;
    }
    .review-signature {
      text-align: right;
      padding-right: 2em;
      margin-top: 1.5em;
    }
    .review-signature .sig-name {
      font-style: italic;
      display: block;
    }
    .review-signature .sig-meta {
      font-size: 0.8em;
      color: #666;
      display: block;
      margin-top: 2px;
    }