@charset "utf-8";
body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: rgba(51,0,121,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #392061;
    text-align: center;
}
a:link , a:visited{
    color: #91B558;
}
a:hover , a:active{
    color: #144529;
}

#container {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    background-color: #DAC2FF;
}
header h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    color: #392061;
    font-size: 38px;
    border-bottom: medium dotted #ED6B86;
}
header img {
    border: thick solid #392061;
    border-radius: 20px;
    width: 250px;
    -webkit-box-shadow: 5px 5px 16px 3px #240054;
    box-shadow: 5px 5px 16px 3px #240054;
}

header p {
    font-size: 20px;
    color: #12002A;
}
main h1 {
    color: #ED6B86;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 35px;
}
main h2 {
    color: #F0899E;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    border-bottom: medium solid #49297D;
}
main li {
    display: inline-block;


}
aside {
    background-color: #B178FF;
    border: medium outset #392061;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    text-align: left;

}
aside h1 {
    color: #12002A;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 25px;
    margin-left: 50px;
}
aside a:link, aside a:visited {
    color: #E74062;
}
aside a:hover, aside a:active {
    color: #F3A1B2;
}
aside li {
    display: inline-block;
    text-align: left;
}
footer h1 {
    color: #154127;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 25px;
    text-align: center;
}
footer ul li {
    display: inline-block;
    margin-right: 40px;
    text-align: left;
}
