.my-body{
    font-family: 'Oswald', sans-serif;
}

.my-header{
    height: 75px;
}

.left-header{
    text-align: left;
    color: #071938;
    font-weight: bolder;
    font-size: 30px;
    padding-left: 2em;
    padding-right: 31em;
}

.right-header{
    color: #071938;
    font-size: 60px;
}

.navigation-panel{
    background-color: #071938;
}

.navigation-panel p{
    display: inline-block;
}
.navigation-panel a{
    color: white;
    font-size: 23px;
    padding: 0 2em;
    text-decoration: none;
}

.navigation-panel a:hover{
    font-size: 25px;
    text-decoration: underline;
}

.second-navigation-panel{
    background-color: rgb(88, 90, 121);
}

.second-navigation-panel p{
    display: inline-block;
    padding: 0 2em;
    font-size: 0.9em;
}

.bold-text{
    font-weight: bold;
}

.display-image{
    background-color: grey;
    width: 604px;
}

.photo-details{
    color: grey
}

.photo-details i{
    width: 20px;
    height: 20px;
}

.article-writer{
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.my-footer{
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.article-1{
    color: black;
    text-decoration: none;
}

.article-1:hover{
    font-size: 1.1em;
    text-decoration: italic;
    font-weight: bold;
}

.main-article-heading{
    margin: 5px 0;
    padding: 5px 0;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}
