h1 {
    font-weight: 700;
}

.topo {
    background-image: url('../img/bananas.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

p {
    font-size: 1.3em;
}

.add-to-cart-btn {
    text-decoration: none;
}

/* FOOTER */
footer {
    background: #F5F5F5;
}

footer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

@media(max-width:821px) {
    .topo {
        background-size: 135%;
    }
}