 td.c9 {background-color: #e4da80}
 td.c8 {background-color: #f6f2d4}
 p.c7 {background-color: #ede6aa}
 span.c6 {font-size: 150%; text-decoration: underline}
 hr.c5 {text-align: left}
 hr.c4 {width: 100%; height: 2px;}
 img.c3 {height: 750px;}
 p.c2 {color: Black; font-size: 19px}
 p.c1 {color: Red}
 
 div.c4 {margin: 0 auto; text-align: center}
 td.c3 {margin: 0 auto; text-align: center}
 div.c2 {text-align: center}
 a.c1 {color: Red}
 
	.style7 {color: #000000}
	.style17 {font-weight: bold}
	.style26 {color: #FF0000}
	.style65 {color: #660033}
	.style66 {font-size: 24px}
	.style67 {color: #FF0000; font-size: 24px; }   
	.style8 {font: 24px arial, verdana, sans-serif; letter-spacing: -1px; color: #006600; font-size: 18px; }
	
	.button {
	    display: inline-block;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        background-color: #e7d1a3;
        border-radius: 6px;
        outline: 4px solid #969696;;
		}
		
 .square { 
	border: 2px solid black; /* Border color and thickness */ 
	padding: 10px;          /* Space between text and border */ 
	display: inline-block;   /* Makes the border fit around the text */ 
	}
	
.wrapper {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box {
  background-color: rgb(69 164 181);
  border-radius: 5px;
  padding: 10px;
  color: #fff;
}
