* {
    width:950px;
}
body {
    font-family: 'Times New Roman', Times, serif;
    font-size:16px;
}
.container {
    display: block;
    margin: auto;
    justify-content: center;
    width:auto;
}
img {
    width:300px;
    display:block;
    justify-self: center;
}
.inline-nav {
    width:950px;
    padding-inline: 15px;
    margin:0px 5px;
    text-align: center; 
    display: inline;
    background-color: #0000fb;
}
#banner {
    width:auto;
    padding:15px;
    margin:auto;
    text-align:center;
    background-color: #0000fb;
}
a {
    color:antiquewhite; 
}
a:hover {
    color: rgb(236, 65, 23);
}