
.topBanner{
    background-color: rgb(221, 107, 8);
    box-sizing: content-box;
    margin-top: 0;
    margin-bottom: auto;
    padding: 600 px;
    border: 800 px;
    border-color: rgb(149, 73, 7);
    color: rgb(0, 0, 0); 
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}
.title{

font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: larger;
text-align: center;
}
#author{
    font-size: x-small;
}

body{
    background-color: rgb(242, 243, 240);
    text-align: left;
    color: rgb(12, 10, 1); 
}
#blurb{
    margin-bottom: 100px;
}
list>li>h4{
    text-emphasis: bold;
}
figure{
    text-align: center;
}