@charset "UTF-8";

body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: rgba(42,16,74,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: rgba(134,118,153,1.00)
}

#container {
    width: 900px;
    background-color: rgba(249,244,255,1.00);
    margin: auto;
    display: block;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 78px;
}

a:link, a:visited {
    color: rgba(177,83,38,1.00);
    text-decoration: none;	
}

a:hover, a:active {
    color: rgba(110,61,198,1.00);
	text-decoration: underline;
}

header h1 {
    color: rgba(64,17,125,1.00);
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-size: 90px;
    margin: auto;
	text-align: center;
}

header img {
    width: 418px;
    display: block;
    border-radius: 58px 0px;
    margin: auto;
    border-left: 11px groove rgba(42,16,74,1.00);
    border-right: 19px groove rgba(42,16,74,1.00);
    border-bottom: 19px groove rgba(42,16,74,1.00);
    border-top: 7px groove rgba(42,16,74,1.00);
}

header p {
    font-size: 37px;
    text-align: center;
}

main h1 {
    color: rgba(64,17,125,1.00);
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-size: 32px;
    text-align: left;
}
main p {
    text-align: center;
}

main h2 {
    color: rgba(60,23,109,1.00);
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

main li {
    list-style: none;
}
aside {
    background-color: rgba(218,207,232,1.00);
    border-top: 9px outset rgba(148,112,194,1.00);
    border-bottom: 9px outset rgba(148,112,194,1.00);
    padding-left: 15px;
    padding-right: 15px;
    border-top-left-radius: 26px;
    border-bottom-right-radius: 26px;
}

aside h1 {
    color: rgba(24,9,42,1.00);
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-size: 32px;
}

aside a:link, aside a:visited {
    color: rgba(64,17,125,1.00);
}

aside a:hover, aside:active {
    color: rgba(210,77,14,1.00);
}

aside li {
    list-style: none;
}

footer h1 {
    color: rgba(78,71,86,1.00);
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-size: 25px;
    text-align: center;
    margin-bottom: -10px;
    margin-left: 46px;
}

footer li {
    text-align: center;
    list-style: none;
    margin-top: 0px;
    padding-bottom: 11px;
}
