/*
Ty Huddler
12/11/2025
*/

/* CSS Reset */
body, header, nav, main, footer, h1, div, img, ul, figure, figcaption, section, article, aside {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "Arial, sans-serif";
    margin: 20px;
    padding: 20px;
    background-color: #f4f4f4;
}

/* Style rules for navigation area */

nav {
    background-color: #444;
    padding: 10px;
    color: white;
    margin-right: 15px;
    text-decoration: none;
    text-align: center;
}

/* Header */

.headerimage {
    width: 20%;
    text-align: center;
}

header {
    background-color:#333;
    color: white;
    text-align: center;
    padding: 10px;
}


.image {
    max-width: 100%;
    text-align: center;
}

/* Footer Style Rules */
footer {
    font-size: 12px;
    text-align: center;
}