.entry-title{

    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.6em;
}

.entry-content h2 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0.6em;
}

.entry-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0.6em;
}

.entry-content p {
    word-wrap: break-word;
    margin-bottom: 0.6em;
    line-height: 30px;
}

article{
    padding: 50px;
    margin: 50px;
}

@media (max-width: 890px) {
    .container{
        width: 100%;
        justify-content: space-evenly;
        margin: 0;
        padding: 20px;
    }

    article{
        padding: 0px;
        margin: 0px;
    }
}