
.banner, .contacts {
    background-position: center;
    background-color: rgb(255,255,255);
    background: url('../img/bg.png'), linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(173,206,227,1) 100%);
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    color: #ad289c;
}

.blue {
    background-color: #5e29c0;
}