/* CIT 230 - Assignment Portal CSS Template */
/* You may use #HEX or color names */

/* * is a wildcard referring to all elements. */
* { margin: 0; box-sizing: border-box; } 

body { 
    font-size: 16px; 
    line-height: 32px;
    font-family: Courier New, sans-serif;
    color: rgb(21, 60, 73);
}

h1 {
    font-size: 1.5em;
    color: white;
}

h2 {
    font-size: 1.25em;
    text-align: center;
    color: rgb(21, 60, 73);
    border-bottom: 1px solid #bbb;
}

header, main, footer {
    margin: 1.25em auto;
    padding: .5rem;
    max-width: 75%;
}

li {
    color: black;
}

header, footer, footer a {
    text-align: center;
    background-color: rgb(21, 60, 73);
    color: whitesmoke;
}

header img {
    width: 18%;
    height: auto;
    float: right;
}
.style1 {
    margin: 0 auto;
    border: 1px solid #bbb;
    padding: 5px;
    background-color: #eee;
    line-height: 1.5em;
}

footer {
    font-size: .95em;
}
