.article-page-container{
    background-color: #6abdc6;
    padding: 5vh 25vw 5vh 25vw;
    
}

.article-logo{
    display: flex;
    justify-content: center;

}

.article-page-container p{
    text-align: justify;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    text-indent: 36px;
    color: #346067;
}

b{
    color: #1d545f;
}

.article-author p{
    text-align: right;
    font-size:  20px;
    font-family: "Poppins", sans-serif;
}

#coordinator {
    text-align: right;
    font-weight: bold;
}

.article2{
    width: 7vw;
    align-self: center;
    padding-top: 5vh;
}

.article-card{
    color: #1d545f;
    background-color: #6abdc6;
    text-align: center;
    font-size: 48px;
    margin-top: 4rem;
}

.article-title {
    margin: 0;
    font-size: 30px;
    color: #346067;
    text-align: center;
}

#imgIepure {
    width: 20%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    font-style: italic;
}

a:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 900px)  {
    
    .article-logo{
        padding-top: 10%;
        padding-bottom: 2%;
    }

    .article-page-container{
        padding: 0 9vw 0 9vw;
    }

    .article-page-container>p{
        text-align: justify;
        font-size: 22px;
    }

    .article-author{
        padding-bottom: 5%;
    }


    .article-author p{
        font-size:  15px;
    }

    .article-card{
        font-size: 38px;
        margin-top: 2rem;
    }

    .article2{
        width: 22vw;
        height: 18vh;
        align-self: center;
        padding-top: 5vh;
    }
    
}