.color {
    color: #FFED00
}

.background {
    background-color: #FFED00;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 18px;
}

.font-mont {
    font-size: 1rem;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.font-beba {
    font-size: 1rem;
    color: #000;
    font-family: 'Bebas Neue', cursive;
}

h1 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

img {
    width: 100%;
}

@media (min-width: 1024px) {
    .article-container {
        max-width: 800px;
        width: 100%;
    }
}