/*CSS Document used for web project 1
Author: William Bergler
Course ITWP 1000
File: styles.css
*/
figure{
    border: 0px solid #ffffff00;
    width: 480px;
    margin: 15px;
}
figcaption{
    font-family: 'Times New Roman', Times, serif;
}
nav{
    text-align: center;
    font-weight: bold;
}
h1{
    text-align: center;
}
footer{
    text-align: center;
}
body{
    margin: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: #ff000017;
    color: black;
}
ul.no-bullets {
    list-style-type: none;
  }
header{
    background-color: #ff0000;
    color: white;
}