header {
    background-color:white
	}
.center {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:50%;
	}
body {
    background-color:#D8C6B8;
     }
h1 {
    font-size:250%;
    text-align:center;
    font-family:"goudy old style";
    color:#0B9446;
   }
p {
    color:#CF1C44;
    font-family:"goudy old style";
    font-size:150%;
    text-align:center;
   }
h2 {
    color:#0B9446;
    font-size:250%;
    font-family:"goudy old style";
   }
h3 {
    color:#0B9446;
    text-align:center;
   }
p2 {
    color:#CF1C44;
    font-family:"goudy old style";
    font-size:200%;
    text-align:left;
   }
p3 {
    text-align:center;
    color:#CF1C44;
    font-family:"goudy old style";
    font-size:20px;
   }
p4 {
    color:#5e1211;
    }
ul {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
    background-color:#7b573e;
    }
li {
    float:left;
    }
li a {
    display:block;
    color:white;
    text-align:center;
    padding:14px 16px;
    text-decoration:none;
    }
li a:hover {
    background-color:#543136;
    }
footer {
    background-color:#7b573e;
    display:block;
    margin:0;
    padding:0;
    overflow:hidden;
    }
.fa {
    padding:20px;
    font-size:30px;
    width:30px;
    text-align:center;
    text-decoration:none;
    border-radius:50%;
    }
.fa-facebook {
    background:#3B5998;
    color:white;
    }
.fa-instagram {
    background:#8A3AB9;
    color:white;
    }