/* CSS Document used for the coffee table homework assignment
Author: Michael Manoski
Course: ITWP 1000
File: styles.css*/

body {
    background-color: #ffffff;
    color: #222222;
    font-family: Arial, sans-serif;
    margin: 10px;
}

h1 {
    text-align: center;
}

nav {
    text-align: center;
    margin: 15px 0;
}

footer {
    text-align: center;
    margin-top: 20px;
}

img {
    max-width: 100%;
    height: auto;
}



h2 {
    text-align: center;
}

p {
    text-align: center;
}

figure {
    text-align: center;
}

audio, video {
    display: block;
    margin: 15px auto;
}
