body {
    background: #525252;
    color: #ebe7e0;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: #ebe7e0;
}

.header-logo {
    height: 76px;
}

#main-header {
    background: rgba(82, 82, 82,.5);
    backdrop-filter: blur(10px);
}


/* services */
.services .service--item {
    /* border: 1px #eee solid; */
    /* border-radius: 5px; */
    height: 100%;
    padding: 20px;
}