/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
@font-face {
	font-family: 'Ancient Modern Tales';
	src: url('Ancient Modern Tales.eot?#iefix') format('embedded-opentype'), 
	     url('Ancient Modern Tales.woff') format('woff'), 
	     url('Ancient Modern Tales.otf')  format('opentype'),
  }

@font-face {
	font-family: 'w95fa';
	src: url('W95FA.eot?#iefix') format('embedded-opentype'), 
	     url('w95fa.woff') format('woff'),
	     url('w95fa.woff2') format('woff2'), 
	     url('W95FA.otf')  format('opentype'),
  }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 20%;
}

a {
    font-family: 'w95fa';
    font-size: 36px;
  }
 
a:link {
  color: rgb(94, 154, 44);
  font-family: 'w95fa';
  font-size: 36px;
  }

a:visited {
  color: rgb(22, 84, 51);
  }

a:hover {
  color: rgb(132, 179, 151);
  }

a:active {
  color: rgb(21, 65, 61);
  }

body {
    text-align: center;
    background-color: rgb(57, 41, 5);
    background-image: url('gardenBackgroundTiled1.png'), url('gardenBackgroundTiled2.png'), url('yellowBoxTop.png'), url('yellowBoxBottom.png'), url('yellowBoxTiling.png'); 
    background-size: 25%, 25%, 50%, 50%, 50%;
    background-repeat: repeat-y, repeat-y, no-repeat, no-repeat, repeat-y;
    background-position: right top, left top, center top, center bottom, center top;    
  }

div {
  width: 40%;
  font-family: 'w95fa';
  font-size: 2em;
  color: rgb(4, 19, 11);
  margin-left: 30%;
  text-align: left
}


h1 {
    color: rgb(82, 79, 168);
    font-family: 'Ancient Modern Tales';
    font-size: 10em;
    line-height: .8;
  }

p {
    font-family: 'w95fa';
    font-size: 2em;
    color: rgb(4, 19, 11);
  }
 
span {
    font-family: 'w95fa';
    font-size: 2em;
    color: rgb(4, 19, 11);
    }
