.main {
    background-color: #c5b9cd;
}

.header {
    margin-bottom: 0;
}

/* Заголовок */


.tastes-title p {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.tastes-title {
    display: block;
    text-align: center;
}

/* Вкусы */

.container-tastes {
    margin-left: 15px;
    margin-right: 15px;
}
.tastes {
    display: flex;
}

.tastes-info {
    margin-left: 3vw;
}
.tastes-img img{
    width: 35vw;
    height: 35vw;
    object-fit: cover;
    max-width: 450px;
    max-height: 450px;
}
.tastes-info h3 {
    color: #ffffff;
    font-weight: 600;
    font-style: normal;
    font-size: small;
}
.tastes-info p {
    color: #ffffff;
    font-weight: 300;
    font-style: inherit;
    font-size: smaller;
    margin: 0;
}
.container-border {
    text-align: center;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border-bottom: 2px solid #ffffff;
}

footer {
    margin-top: -15px;
}