@charset "utf-8";
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 1em;
    color: #143D22;
    background-color: #EBEBEB;
}



#container {
    width: 575px;
    background-color: #EEF1F9;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: center;
    list-style-type: none;
    border: thick solid #000000;
}


header h1 {
    color: #AE3133;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 72px;
    margin-bottom: 1px;
}

header img {
    border: medium solid #9F292B;
    width: 400px;
    border-radius: 36px;
}

header p {
    font-size: 40px;
    margin-bottom: 1px;
    margin-top: 6px;
}


main h1 {
    color: #AE3133;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: 24px;
}
main h2 {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    color: #AE3133;
    font-size: 32px;
    margin-bottom: 5px;
    margin-top: 5px;
}
main ul {
    /* [disabled]text-decoration: none; */
    padding-right: 40px;
    text-align: left;
}



a:link, a:visited {
    color: #2233E5;
}

a:hover, a:active {
    color: #EC9733;
}
aside {
    background-color: #EBF9F5;
    border-top: medium groove #A68888;
    border-bottom: medium groove #A68888;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 10px;
}

aside h1 {
    color: #AE3133;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: 32px;
}
aside ul li {
    list-style-type: none;
    text-align: left;
}

aside a:link, a:visited {
    color: #AE34EC;
}
aside a:hover, a:active {
    color: #31AE51;
}

footer h1 {
    color: #AE3133;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: 16px;
}
footer ul li {
    list-style-type: none;
}
