.fontUst h1 {
    font-family: 'roboto', sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

.image {
    width: 300px;
    height: auto;
}

@media only screen and (max-width: 500px) {
    .image {
        display: none !important;
    }
}

.centerText {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none;
}

.centerText2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    align-items: center;
    display: flex;
    float: none;
}

.logo {
    height: 35px;
}

.button {
    background-color: black;
    color: white;
    margin: 0 auto;
}

.button:hover {
    background-color: #2f2f2f;
}

.asd h2,
h3 {
    color: white;
}

.item {
    background-color: #212020;
    border-radius: 22px;
    padding: 5px;
    margin-bottom: 10px;
}

.item h3 {
    font-size: 23px;
}

.h2-font {
    font-size: 38px;
}

.asd p {
    font-size: 16px;
    font-weight: thin;
    color: #D9D2D2;
}

.asd .pclass {
    font-size: 22px;
}

.item p {
    margin-block-end: 0px !important;
    font-size: 15px;
}

.image3 {
    width: 550px;
}

@media only screen and (max-width: 1000px) {
    .image3 {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .image3 {
        display: none !important;
    }
}

.btn-success {
    background-color: #6EC4B4 !important;
    border: 0px;
    padding: 6px 30px;
}

.btn-info {
    background-color: #6EC4B4 !important;
    border: 0px;
    padding: 0px 20px;
    height: 30px;
}

@media only screen and (mim-width: 1000px) {
    .image4 {
        display: block;
        margin-left: auto;
        width: 200px;
    }
}

@media only screen and (max-width: 1000px) {
    .image4 {
        margin: auto !important;
        display: block;
        width: 270px;
    }
}

.icon {
    padding-left: 20px;
}

@media only screen and (max-width: 400px) {
    .icon {
        width: 70px !important;
    }
}

.insta {
    background: linear-gradient(45deg, #e6683c 25%, #cc2366 75%, #bc1888 100%);
    background-color: white;
    color: white;
    border: turquoise;
}

.insta:hover {
    color: white;
    background: linear-gradient(45deg, #e6683c 15%, #cc2366 75%, #bc1888 90%);
}