body{
    background-color:#f2ddbd;
    background-image: url("Images/pattern.gif");
    background-repeat: repeat;
}

.wrapper{
    margin:auto;
    width:960px;
}

header{
    background-color:#f8e9d1 ;
    margin:auto;
    height:400px;
   
}

nav{
    background-color:#fbe265;
    padding:20px 0px 20px 0px;
    text-align: center;

}
footer{
    margin:auto;
    height:45px;
    padding: 20px 0px 20px 0px;
    background-color:#fbe265;
    text-align: center;
}

.content{
    background-color: #f8e9d1;
    margin:auto;
    padding:10px 0px 10px 0px;
}

.credits{
    color:#52772a;
}

a:link{
    font-family: "Nerko One", cursive;
    font-size:30px;
    color:#4a642e;
    font-weight:normal;
    font-style:italic;
    letter-spacing:2px;
    text-decoration: none;
    margin: 0px 20px 0px 20px;
    text-align: center;
}

a:visited{
    color:#3c5424;
     text-decoration: none;
}

a:hover{
    color: #4d7408;;
}
a:active{
    color:#b4ca46;
}

html{
    scroll-behavior: smooth;
}


h1{
    font-family: "Nerko One", cursive;
    font-size:45px;
    color:#ee9745;
    font-weight:bold;
    font-style:italic;
    letter-spacing:2px;
    text-align: center;
}

h2{
    font-family: "Nerko One", cursive;
    font-size:28px;
    color:#53642e;
    font-weight:bold;
    font-style:normal;
    letter-spacing:2px;
    padding-left: 25px;
}

h3{
    font-family: "Nerko One", cursive;
    font-size:35px;
    color:#53642e;
    font-weight:normal;
    font-style:normal;
    letter-spacing:1px;
    text-align: center;
}

h4{
    font-family: "Nerko One", cursive;
    font-size:30px;
    color:rgb(222, 158, 222);
    font-weight:bold;
    font-style:italic;
    letter-spacing:2px;
}

h5{
    font-family: "Nerko One", cursive;
    font-size:25px;
    color:#b4ca46;
    font-weight:bold;
    font-style:italic;
    letter-spacing:2px;
}

p{
    font-family: "Nerko One", cursive;
    font-size:25px;
    color:#7aa546;
    font-weight:normal;
    font-style:normal;
    letter-spacing:2px;
    padding-left: 30px;
    text-indent: 30px;
}

blockquote{
    font-family: "Nerko One", cursive;
    font-size:35px;
    color:rgb(190, 139, 190);
    font-weight:normal;
    font-style:normal;
    letter-spacing:2px;
}

ol{
    font-family: "Nerko One", cursive;
    font-size:24px;
    color:#7aa546;
    font-weight:normal;
    font-style:normal;
    letter-spacing:2px;
    margin-left: 30px;
}

ul{
    font-family: "Nerko One", cursive;
    font-size:24px;
    color:#7aa546;
    font-weight:normal;
    font-style:normal;
    letter-spacing:2px;
    margin-left: 30px;
}

