/* Styles for project1 webpage
Collin Job
*/
h1 {
    text-align: center;
}
nav {
    text-align: center;
}
footer {
    text-align: center;
}
body {
    font-family: Arial, sans-serif;
    background-color: rgb(43, 214, 226);
    color: black;
    margin: 10px;
}