navbar-brand-logo {
    border: none;
}

.dropdown-menu {
    background-color: #b1b1b1;
}

ul {
    background-color: rgb(205, 205, 205);
}

.nav-link {
    color: rgb(0, 0, 0);
}

.d-block {
    color: black;
}

#main {
    background: linear-gradient(rgb(180, 180, 180), rgb(89, 89, 89));
}

body {
    background: rgb(205, 205, 205);
}

div .pb-4 {
    background-color: #b1b1b1;
    border-width: 10px;
    border-color: #464646;
    border-style: solid;
    border-radius: 20%;
    margin-top: -6%;
}

iframe {
    border-color: #464646;
    border-style: solid;
    border-width: 7px;
    border-radius: 5%;
}

.fw-bold {
    margin-top: 10%;
    color: black;
}

#aboutDyfrint {
    width: 130px;
    margin-top: -1%;
}

.col-lg-7 {
    margin-bottom: -2%;
}

#productImage {
    border-width: 3px;
    border-style: solid;
    border-color: black;
}

.h6 {
    color: black;
}

#productsHeader,
#teamHeader,
holidayHeader {
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 3%;
    margin-bottom: -2%;
    letter-spacing: 1.5px;
}

#teamHeader {
    margin-bottom: -5%;
}

.navbar {
    margin-bottom: -3%;
}

#socials {
    width: 40px;
    margin-right: 5px;
    margin-top: -20%;
    margin-bottom: -15%;
}