body {
    background-color: #000;
    margin: auto;
    height: auto;
    width: auto;
    font-family: monospace;
}
main {
    background-color: #eee;

}
header {
    display: inline-block; 
    text-align: center;
    background-color: #000;
    color: #eee;
    width: 100%;
}
.banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #383838;
    margin-left: 10px;
    margin-right: 10px;
}
#date {
    opacity: .7;
}
#news-heading {
    margin-left: 10px;
    color: #383838;
    opacity: .7;   
}
.nav-box {
    display: inline-block;
    list-style: none;
    font-weight: bold;
    border-right: white solid 1px;
    padding-right: 2%;
    padding-left: 1.5%;
    font-size: 16px;
    vertical-align: middle;
}
#Sign-in {
    padding-right: 8%;
    padding-left: -1.5%;
}
button {
    border-style: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
#BBC-logo {
    width: 4.5%;
    margin-left: -5%;
    margin-right: 1%;
    
}
.nav-links {
    text-decoration: none;
    color: #eee; 
}
#search {
    border-style: none;
    font-size: 16px;
    font-weight: bold;
    margin-right: 0;
}
#search-icon {
    border-style: none;
    margin-left: -5%;
    color: black;
    
}
.nav-links:hover {
    text-decoration: underline;
    text-decoration-color: blue;
}
#More {
    background: black;
    color: white;
    border-style: none;
    font-size: 16px;
    font-weight: bold;
    padding-right: 3%;
}
#More-box {
    padding-right: 10%;
}
#headline {
    background-image: url(https://image.shutterstock.com/image-illustration/milky-way-galaxy-over-horizon-260nw-667250236.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5px 10px 5px 10px;
    color: #eee;
    margin-left: 10px;
    margin-right: 10px;
}
#headline-text {
    text-decoration: none;
    color: #eee;
}
.article-links {
    text-decoration: none;
    color: #000;
}
.headlines {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
    justify-content: space-between;
}
.top-stories {
    display: flex;
    flex-direction: row;
}
.story-container {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
}
.story-margins {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.more-news {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 20px;
    background-color: #eee;
    text-align: left;
}
.more-news-container {
    width: 33%;
}
.article-containers {
    margin-left: 10px;
}
.image-sizing {
    width: 100%;
    height: 65%;
    margin-left: 10px;
    margin-right: 10px;
}
span {
    opacity: .7;
}
button {
    background-color: #000;
}
button > a {
    text-decoration: none;
    color: #eee;
}
button:hover {
    background-color: #383838;
}
@media screen and (max-width: 600px) {
    .more-news, 
    .more-news-container, 
    .article-containers {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        width: 100%;
        text-align: center;
    }
}