style

    h1 {
    font-family: “Black Han Sans”, sans-serif;
    margin-left: 100em;
    padding-left: 70px;
    font-size: large;
}

header h1  {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    margin-right: 0em;
    border-top-left-radius: 0px;
    text-align: center;
    margin-left: 70px;
    font-size: 77px;
}


h2 {
    text-align: center;
    border-color: #000E54;
    font-size: 37px;
   
}


p  {
    font-family: 'Oswald', sans-serif;
    font-weight: bolder;
    margin-left: 0px;
    text-align: center;
    text-indent: -41px;
    font-size: large;
}
aside {
    border: 14px solid #0074B6;
    margin-left: 70px;
    margin-right: 70px;
    background-color: #009DF5;
    border-radius: 60px;
    -webkit-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
}


style ul li {
    text-align: center;
}
ul li h3 {
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
}

ul li {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-style: oblique;
    list-style-type: none;
    text-align: left;
}
	
body {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1em;
    color: #000E54;
    background-color: #562800;
    text-align: center;
}
#container {
    background-color: #DD9C54;
    padding-left: 0px;
    border-radius: 20px;
    list-style-type: none;
    width: auto;
    margin-left: 70px;
    margin-right: 70px;
}
#asideLinks a:link, a:visited {
    color: #006618;
}
#asideLinks a:hover, a:active {
    color: #A1A1A1;
	transition: all .2s linear
}


a:link, a:visited {
    color: #CFE7EC;
}
a:hover , a:active{
    color: #E57E0A;
	transition: all .2s linear

}
img {
    border: 8px solid #DD9C54;
    -webkit-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
    text-align: center;
    margin-left: 70px;
}
#footerText ul li {
    text-align: center;
}
