
body {
  background-color: #a65dff;
  font-family: "courier new";}

.outside {
  border: 0px solid black;
  border-collapse: collapse;
  background: #a65dff;}

.header {font-family: 'secret words display';
  font-size: 50px;
  color: #000000; 
  background: #05f7cd;
  letter-spacing: 2px;
  line-height: .95

} 

.footer {font-family: "courier new";
  font-size: 8px;
  color: #C284C2; 
  background: #ffffff;
  font-weight: normal} 

.headerspace {font-family: "courier new";
  font-size: 20px;
  color: #C284C2; 
  background: #a65dff;
  font-weight: bold} 
  
.tabletitle
{font-family: 'hello summer';
  font-size: 25px;
  background: #fbfc0b;
  color:#000000;
  text-decoration-line: underline;
  line-height:-50px} 

  
  a:link, a:visited, a:active {
  font-family: "courier new";
  color: #000000;
  background: #fb0df1;
  font-weight: normal;
  text-transform:uppercase
}

a:hover {
    font-family: "courier new";
  color: #000000;
  background: #abf605;
  text-decoration: underline overline;
  text-transform: uppercase;
  font-weight: bold;
}
  .links{
    background-color: #fff}
  
.container {
  position: relative; }

.taped::before {
  background-image:url(/images/washi/rainbowleopard.png);
  background-repeat:no-repeat;
  display:block;
  content:" ";
  position:relative;
  height:50px;
  width:150px;
  background-size:contain;
  top:40px;
  left:360px}

