*{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

img{
    height: 100px;
    float: left;
}

header{
    background-color: #760809;
}

nav{
    background: #760809;
    /* height: 80px; */
    float: right;
    /* width: 1000px; */
}

.container{
    padding: 15px;
    margin: 0 auto;
}

.container::after{
    content: "";
    display: table;
    clear: both;
}

nav ul{
    margin: 0px;
    padding: 0px;
}

nav a{
    text-decoration: none;
    line-height: 100px;
    font-size: 20px;
    color: #E5D4BF;
    margin: 0 20px;
}

nav li{
    display: inline-block;
}

/* a:hover{
    color:#760809
} */
.SignIn{
    background-color: #E5D4BF;
    color: #760809;
    border-radius: 10px;
    margin: 40px 10px;
}

.add_header{
    background-color: #E5D4BF;
    text-align: center;
}

.slogan{
    font-size: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    margin: 40px 0;
}

.button{
    background: #760809;
    color:#E5D4BF;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
}

a{
    text-decoration: none;
}

.articles{
    float: left;
    width: 65%;
    padding: 10px;
    
}

.article{
    padding: 20px;
    margin: 10px 0;
    border: 1px solid black;
}

.article::after{
    content: "";
    display: table;
    clear: both;
}

.article_text{
    float: left;
    width: 500px;
}

.heading{
    font-size: 35px;
    font-weight: 600;
}

.description{
    font-size: 20px;
}

.date{
    font-size: 20px;
    color: rgb(118, 8, 9, 0.9);
    margin-top: 5px;
}

.article_image{
    height: 550px;
    width: 350px;
    float: right;
}
.article_image > img{
    width: 300px;
    height: 380px;
}

.footer{
    height: 200px;
    text-align: center;
    background-color: #E5D4BF;
    padding: 20px;
}

.footer > p{
    margin: 20;
    color: rgb(118, 8, 9, 0.9);
}

.footer > span{
    margin-right: 35px;
    color: rgb(118, 8, 9, 0.9);
}
.desc{
    padding: 20px;
    margin: 10px 0;
}
.desc:after{
    content: "";
    display: table;
    clear: both;
}
.desc > img{
    margin-right: 20px;
    width: 170px;
    height: 210px;
}
.desc > p{
    font-size: 20px;
}