.container{
    width: 80%;
}

.landing::after{
    display: none;
}

.makaleler{
    margin-top: 4rem;
    list-style:lower-latin;
    background-color: #03446A;
    padding: 4rem;
    border-radius: 40px;
}

.makaleler li{
    margin-top: 1rem;
}

.makaleler a{
    font-size: 1.2rem;
}

.makaleler a:hover{
    color: #EABA6B;
}

.afis{
    margin-top: 20vh;
}

.afis h1{
    text-align: center;
}

.afis-grid{
    /* display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr); */
    text-align: center;
    margin-top: 4rem;
}

.afis-grid img {
    max-width: 14vw;
    margin: 0.5rem;
}

.afis-grid img:hover{
    transform: scale(1.5);
    cursor: pointer;
    border: 5px solid #EABA6B;
    border-radius: 5px;
}

.sunular{
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 4rem;
}

.sunular img{
    max-width: 64px;
    display: block;
}

.sunular a{
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    background-color: #EABA6B;
    color: #fcfcfc;
    padding: 0.8rem;
    border-radius: 40px;
    font-size: 1rem;
}

.sunular h3{
    margin-top: 0.8rem;
    font-size: 1rem;
    max-width: 200px;
    text-align: center;
}

.sunubox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #fcfcfc;
    padding: 2rem;
    border-radius: 30px;

    color: #414141;
}

#mermaid{
    right: -15%;
}

#algae{
    left: -12%;
}

#plastic{
    right: -13%;
}
