* {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 0;
    padding: 0;
}

#imgBannerYoutube {
    width: 100%;
}

.container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.item {
    text-align: center;
    margin-bottom: 20px;
}

.item img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.titulo {
    margin-top: 5px;
    font-size: 20px;
    color: black;
    font-weight: bold;
}
