/* CSS Document used for the Web Project 1 assignment
Author: Kevin Dray
Course: ITWP 1000
File: styles.css */

/* Center the header */
h1 {
    text-align: center;
}

/* Center the site navigation */
nav {
    text-align: center;
}

/* Center the footer */
footer {
    text-align: center;
}

/* Body rule for background color, font color, font family, and margin */
body {
    background-color: #c0c0bfec; 
    color: #252222; 
    font-family: 'Trebuchet MS'; 
    margin: 10px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.topright-image{
    float: right;
    margin: 0 10px 10px 10px;
}
.video {
    text-align: center;
    margin-top: 20px;
}