*{
    font-family: sour gummy;
}
body{
    overflow-y: scroll;
    overflow-x: hidden;
}
.box1{
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box1 img{
    border-radius: 30px;
    width: 70px;
}
.box1 h1{
    font-size: 40px;
    margin-bottom: 0;
}
.box1 p{
    font-size: 30px;
    margin-top: 0;
}
.box2 img{
    margin:6px 150px;
    width: 1000px;
    height: 580px;
}
.box3{
    background-color: white;
    width: 617px;
    height: 344px;
    position: absolute;
    bottom: -110px;
    left: 350px;
    box-sizing: border-box;
    overflow-y: scroll;
}
.box4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box4 h2{
    margin-bottom: 0;
    padding-bottom: 0;
}
.box4 p{
    padding-top: 0;
    margin-top: 0;
    position: relative;
    left: 20px;
    bottom: 20px;
}
footer{
    background-color: black;
    height: 100px;
    margin: 0;
    padding: 0;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer p{
    color: aliceblue;
}
.item1{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.item1 h6{
    margin: 3px 8px;
    color: black;
}
.item2{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item2 img{
    border-radius: 100%;
    border-top: 4px solid red;
    border-left: 3px solid red;
    margin-bottom: 8px;
}
.item2 h1,h6,a{
    margin: 0;
    padding: 0;
}
a:link{
    text-decoration: none;
}
.container1{
    height: 315px;
    background-color: white;
}
.container2{
    position: relative;
    background-color: rgba(153, 145, 145, 0.09);
    height: 1950px;
}
.item3{
    position: absolute;
    top: 25px;
    left: 100px;
}
.items h5,h1{
    margin: 0;
    padding: 0;
}
body::-webkit-scrollbar{
    width: 0;
}
.item4{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(13,1fr);
    gap: 10px;
    position: absolute;
    top: 200px;
    width: 577px;
    margin-left: 20px;    
}
.box{
    min-height: 100px;
    min-width: 150px;
    background-color: white;
    border-radius: 20px;
}
#grid1{
    grid-column: span 2;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#grid2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#grid3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#grid4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#grid5{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#grid6{
    grid-column: span 4;
    grid-row: span 2;
    background-image: linear-gradient(to left,#FFA3B8,#FC3C80,#821D30);
    display: flex;
}
#grid7{
    grid-column: span 2;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#grid8{
    grid-column: span 2;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#grid9{
    grid-row: span 2;
    color: white;
    background-image: linear-gradient(145deg,#21B6A8,#18A558,#116530);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#grid10{
    grid-column: span 3;
    grid-row: span 2;
}
#grid11{
    grid-column: span 2;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#grid12{
    grid-column: span 2;
    grid-row: span 2;
}
#grid13{
    grid-column: span 2;
    grid-row: span 2;
}
#grid14{
    grid-column: span 2;
    grid-row: span 2;
}
#grid15{
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background-image: linear-gradient(to right,#D67BA8,#B21368,#5F093D);
}

#grid1 p{
    font-size: 9px;
    margin: 0px;
    padding: 0px;
    color: rgba(0, 0, 0, 0.71);
}
#grid1 h5{
    margin-bottom: 12px;
    padding: 0px;
}
.child1{
    background-image: linear-gradient(#3D550C,#81B622,#ECF87F);
    background-clip: text;
}
.child1 h1{
    color: rgba(0, 0, 0, 0);
}
.box h6{
    color: rgba(0, 0, 0, 0.447);
}
.child2{
    background-image: linear-gradient(#60A3D9,#0074B7,#003B73);
    background-clip: text;
}
.child2 h1{
    color: rgba(0, 0, 0, 0);
}
.child3{
    background-image: linear-gradient(#5F093D,#B21368,#D67BA8);
    background-clip: text;
}
.child3 h1{
    color: rgba(0, 0, 0, 0);
}
.child4{
    background-image: linear-gradient(#A82810,#F67B50,#FBC490);
    background-clip: text;
}
.child4 h1{
    color: rgba(0, 0, 0, 0);
}
.child5{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:200px;
}
.child5 p{
    color: rgba(255, 255, 255, 0.603);
    font-size: 10px;
}
.child6{
    width: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.child6 img{
    width: 250px;
}
#grid8 img{
    margin-top: 20px;
}
#grid7 img{
    width: 257px;
}
#grid10 img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#grid11 p{
    font-size: 14px;
    margin-left: 14px;
}
#grid11 h5{
    margin-left: 10px;
}
#grid12 h5{
    margin-left: 10px;
}
.child7{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 140px;
}
.child8{
    background-image: linear-gradient(#D67BA8,#B21368,#5F093D);
    background-clip: text;
}
.child8 h1{
    color: rgba(0, 0, 0, 0);
}
.child7>h1{
    color: rgba(128, 128, 128, 0.484);
}
#grid13 img{
    width: 100%;
    margin-top: 70px;
}
#grid14 img{
    width: 100%;
    margin-top: 40px;
}
#grid15 h3{
    margin: 0;
    padding: 0;
}
#grid15 h6{
    color: white;
}
.container3{
    width: 100%;
    height: 275px;
}
.child9{
    background-image: linear-gradient(to right,#8155BA,#BF3880,#7954A1);
    background-clip: text;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.child9 h1,h6{
    color: rgba(0, 0, 0, 0);
}
.container3 hr{
    width: 350px;
}
.child10{
    height: 25px;
    display: flex;
    justify-content: space-evenly;
}
.child10 h6{
    color: rgba(0, 0, 0, 0.564);
}