.header-app-web {
    width: 100%;
    height: 70px;
    background: linear-gradient(to left, rgb(255, 255, 255), rgb(244, 245, 245));
    box-shadow: 0 0 10px 6px rgba(61, 60, 60, 0.308);
}

.header-app-web h4 {
    background: linear-gradient(to top, rgb(48, 163, 213), rgb(26, 155, 26));
    background-size: cover;
    background-clip: text;
    color: transparent;
    position: relative;
    left: 10px;
    top: 10px;
}

.header-app-web h4 span img {
    width: clamp(32px, 6vw, 56px);
    height: auto;
    border-radius: 50%;
    position: relative;
    bottom: 3px;
}

/* .header-app-web-scroll {
    padding: 20px;
    width: 100%;
    position: fixed;
}

.header-app-web-scroll h4 {
    background: linear-gradient(to top, rgb(48, 163, 213), rgb(26, 155, 26));
    background-size: cover;
    background-clip: text;
    color: transparent;
}

.header-app-web-scroll h4 span img {
    width: clamp(32px, 6vw, 56px);
    height: auto;
    border-radius: 50%;
    position: relative;
    bottom: 3px;
} */

.content {
    height: 88vh;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: auto;
}

.content .div-items-div .div-items {
    display: inline-block;
    /* padding: 10px; */
    background-color: rgb(29, 77, 236);
    border-radius: 4px;
}

.content-img-img {
    display: inline-block;
    /* background-color: yellow; */
    margin: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px 6px rgba(122, 163, 220, 0.308);
}

.content .div-items-div .div-items img {
    width: 18vh;
    padding: 2vh;
}

.content .div-items-div .div-items p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(255, 255, 0);
}

.content .div-items-div .div-items button {
    position: relative;
    bottom: 7px;
}