/* 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:'Times New Roman', Times, serif;
    color: rgb(32, 178, 170);
}
h1 {
    font-size: 20px;
    color: rgb(89, 88, 138);
}
h2 {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid rgb(132, 177, 179);
}
header, main, footer {
    margin: 1.25rem auto;
    padding: .5rem;
    max-width: 75%;
}
header, footer, footer a {
    text-align: center;
    background-color: rgb(107, 146, 140);
    color: rgb(218, 225, 226);
}
header img {
    width: 20%;
    height: auto;
    float: right;
}
footer {
    font-size: 12px;
}