* {
    margin: 0;
    padding: 0;
}

.navigation {
    font-family: var(--font2);
    /* height: 74px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 23px;

}

.don {
    margin-top: 10px;
}

.nav-left {
    font-size: 20px;
    display: flex;

}

.nav-left ul {
    display: flex;
    align-items: center;
    margin: 0 100px;
    font-size: 20px;
    padding-bottom: 23px;
}

span {
    font-size: 20px;
}

.nav-left ul li a {
    text-decoration: none;
    color: black;
    transition: all 0.3s ease-in-out;
}

.nav-left ul li {
    list-style: none;
    margin: 0 14px;
    font-family: var(--font1);

}

.nav-left ul li a:hover {
    color: var(--main-bg-color);
    font-weight: bolder;
}



.content-left {
    font-family: var(--font1);
    /* width: 50%;     */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    z-index: 1;
}

.content-right {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 50%; */
}

.content-right img {
    height: 300px;
    border: 2px solid black;
    border-radius: 200px;
}

.content {
    height:  100%;
    /* background-color: rgb(221, 221, 231); */
    display: flex;
    margin-top: 35px;
    padding: 9px;
    position: relative;

}

.content::after {
    content: "";
    background-image: url(../img/img3.jpg);
    position: absolute;
    width: 100%;
    height: inherit;
    opacity: 0.15;
    /* background-size: cover; */
}

.home-article-content a{
    text-decoration: none;
    color: var(--main-bg-color);
}

.home-articles {
    /* height: 455px; */
    padding-top: 20px;
    /* background-color: crimson; */
    position: relative;

}

.year-box{
    position: absolute;
    width: 234px;
    height: 214px;
    right: 0;
    top: 90px;
    font-size: 18px;
}
.year-box div{
    margin: 12px 0;
}

.home-article {
    display: flex;
    margin: 26px;

}
 

.home-article-content {
    font-size: 15px;
    padding: 45px 20px;
    text-align: center;
}

.home-article img {

    width: 300px;
}

.font1 {
    font-family: var(--font1);
}

.font2 {
    font-family: var(--font2);
}

.font3 {
    font-family: var(--font3);
}

.footer {
    height: 50px;
    background-color: rgb(82, 64, 4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;

}

.footer a {
    color: white;
}