/* CIT 230 - Assignment Portal CSS Template */


/* You may use #HEX or color names */


/* * is a wildcard referring to all elements. */

* {
    margin: 0;
}

header {
    z-index: 0;
}

h1 {
    font-size: 150%;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    background-color: darkseagreen;
}

h2 {
    color: #324434;
    margin-top: 1%;
    margin-bottom: 2%;
}

li {
    line-height: 1;
}

body {
    font-family: sans-serif;
    color: green;
}

img {
    z-index: 1;
}

footer {
    text-align: left;
    background-color: darkseagreen;
    margin: 1%;
    color: #324434;
    font-size: 100%;
}
