

@font-face {
  font-family: 'typewriter';
  src: url('fonts/SpecialElite.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

    body {
      background-image: url('textures/basketweavebg.jpg');
      background-repeat: repeat;
      background-size: 150px;
    
    }

.goback {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: yellow;
}

    .container {
  max-width: 700px;
  width: 80%;
  text-align: justify;
  font-size: 21px;
  background-image: url('/textures/paperbg.jpg');
  background-repeat: repeat;
  box-shadow: 0 8px 12px rgba(0,0,0,0.3);
  border: 1px solid #ccc;   
  border-radius: 8px;      
  padding: 25px;           
  font-family: 'typewriter';
  margin: 20px auto;       
  line-height: 1.5;   
}
.container h1 {
  text-align: left; 
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  min-width: 0;
  overflow-wrap: break-word;
}
.container h3 {
    text-align: center;
    margin-top: 0;
}

    .regulartext {
  max-width: 700px;
  width: 80%;
  text-align: justify;
  font-size: 21px;
  background-image: url('textures/pagebg.jpg');
  background-repeat: repeat;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  border: 1px solid #ccc;   
  border-radius: 8px;      
  padding: 25px;           
  font-family: 'typewriter';
  margin: 20px auto;       
  line-height: 1.5;   
}
.regulartext h1 {
  text-align: left; 
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  min-width: 0;
  overflow-wrap: break-word;
}
.regulartext h3 {
    text-align: center;
    margin-top: 0;
}

a {
  color: #523532;
  text-decoration: none;
}

a:hover {
  color: #632117;
   text-shadow: 0.05ex 0 0 currentColor, -0.05ex 0 0 currentColor;
  }

p,blockquote,ul {margin-bottom: 1.2em;}

ul {margin-left: 1.8em;}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	}	
	
	.neocities-badge {
  position: absolute;
  bottom: 10px;
  left: 10px; 
  display: block;
}
	
	
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}
