@charset "UTF-8";

h1 {
  color: #ffffff;
    font-size: 4em;
    padding-top: 10px;
    font-family: "Book Antiqua";
    text-align: center;
}

section img {
  float: left;
  position: absolute; left: 30px; top: 35px;
  min-height: 300px;
}

h2 {
  color: #dd2f2f;
  font-family: "century gothic";
  font-size: 1.2em;
  margin-left: 370px;
  margin-right: 70px;
  position: relative;
}

p {
  font-family: "century gothic";
  color: rgb(0, 0, 0);
  font-size: 1em;
  word-wrap: normal;
}

section {
    background-color: rgb(245, 232, 226);
    font-family: Verdana;
    border-style: solid;
    margin: auto;
    max-width: 1000px;
    padding: 10px;
    position: relative; top: -25px;
    min-height: 330px;

}

section p {
  margin-left: 370px;
  margin-right: 70px;
  
}
