

body {
    background-color: #F1B27E;
    background-image: url("raving.jpg");
    background-repeat: repeat;
    background-position: top left;
    background-size: 5%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 70px;
    font-size: 20px;
    color: #335145;
}

p {
    font-size: 20px;
    color: #335145;
    font-family: "Times New Roman";
    text-align: justify;
}

#gallery {
    text-align:center;
}

#box {
    margin:15px;  
}

#page {
    background-color: #F1B27E;
    padding: 30px;
}

#essay p::first-letter {
    font-size: 80px;
    font-style:italic;
    float: none;
    color: #62A87C;
    padding:0;
    margin:0;
    
}

#essay p::first-line {
    font-weight:bold
}

h1 {
  color: #4A2545;
  font-family: "Brush Script MT", "Times New Roman";
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  text-decoration:none;
}

h2 {
  color: #4A2545;
  font-size: 40px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}

h3 {
  color: #4A2545;
  font-size: 35px;
  font-style: italic;
  font-weight: normal;
  text-align: right;
}

h4 {
  color: #4A2545;
  font-size: 30px;
  font-style: italic;
  text-align: center;
  margin: 0;
  font-weight: normal;
}

h5 {
    color: #4A2545;
    font-size: 20px;
    font-style: italic;
    margin: 0;
    text-align:unset;
    font-weight: bold;
    text-indent: 15px;
}

h6 {
    color: #4A2545;
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
    text-align:unset;
    text-indent: 30px;
    margin: 0;
    padding: 0;
}

h7 {
    color: #4A2545;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 15px;
}

h8 {
    color: #4A2545;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-align: right;
    display: block;
    padding: 20px;
}

a:any-link {
  color: #4A2545;
  text-decoration: none;
}

a:hover {
  color: #9D3806;
  text-decoration: underline;
}

a:focus {
  color: #9D3806;
  text-decoration: underline;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
