@charset "utf-8";

a:link,a:visited {
    color: #5F968E;
    text-decoration: none;
}
a:hover, a:active {
    color: #063852;
    text-decoration: none;
}
/*TOP BACKGROUND*/
#container {
    width: 960px;
    background-color: #2D3033;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
	}
/*MAIN COURSE TEXT */
h2 {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-weight: 300;
}
p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 500;
    font-size: large;
    text-align: left;
/* top p was not aligned so I made .p1 */	
}
p.p1 {
    text-align: left;
    padding-left: 43px;
}
h2 {
    text-align: center;
    color: #D4DDE1;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

#selfie {
    margin-left: 394px;
    margin-right: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 50px 50px 10px 10px;
}




/*HEADER p */
#container header p {
    color: #E2E8E4;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}
/*welcome*/
#container main {
    margin-left: 121px;
    margin-right: -243px;
    background-color: #335252;
    width: 700px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 20px;
    margin-top: 10px;
}
#container main ol {
    list-style-type: none;
}
/*titile*/
h1 {
    color: #FFFFFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
h3 {
    color: #537072;
}
body {
    background-color: #2D3033;
}
/*resources*/
aside {
    margin-left: 121px;
    margin-right: -243px;
    background-color: #335252;
    width: 700px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    border-radius: 20px;
    padding-bottom: 7px;
    margin-top: 10px;
}
aside ul {
    list-style-type: none;
}
footer ul {
    list-style-type: none;
    text-align: center;
}

footer {
    margin-left: 121px;
    margin-right: -243px;
    width: 700px;
    background-color: #335252;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    border-radius: 20px;
    padding-bottom: 7px;
    margin-top: 10px;
}



h1 {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-weight: 400;
    color: #E2E8E4;
    font-style: normal;
}
