/*
Name:Erick 
Date:2/16/25
File Name:styles.css
*/

/* CSS Reset */

/* Sytle rules for body and images */

body {
    background-color: #f6eee4;
}

img {
    max-width:100%;
    display: block;
}

/* Style rules for navigation area */

nav {
    background-color: #2a1f14;
}

/* Style rules for main content */

main {
    
}

main p {
    
}

main h3 {
    
}

main ul {
    
}

.link {
    
}

.action {
    
}

#contact {
    
}

/* Style rules for footer content */

footer {
    background-color: #2a1f14;
}
