body{background-color:#e8e1cc ; 
color:#5c242a ;
font-family: Verdana, Helvetica, Arial, "sans-serif" ;
}

.me {
    display: block;
    margin-left: 200px;
    margin-top:50px;
}

h1{
    color:#331406;
    font-size:80px;
    font-family: "WindSong", cursive;
  font-weight: 500;
  font-style: normal;
    margin-left: 200px;
    margin-bottom:1px;
}

h2{
    color:#331406;
    font-size:30px;
    font-family: "WindSong", cursive;
  font-weight: 400;
  font-style: normal;
    margin-left: 200px;
    margin-bottom:30px;
}

.para{
    background-color: #d6cbab;
    padding: 30px;
    margin-left: 100px;
    margin-right: 100px;
    border-style: dotted;
    border-width: thick;
    border-color:#7D1502
}

.images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.footer{
    background-color: #d6cbab;
    padding: 30px;
    margin-left: 100px;
    margin-right: 100px;
}

a:link {
  color: #D42A08;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #7D1502;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color:#331406;
  background-color: transparent;
  text-decoration: none;
}