body {
    position: static;
    background-color: antiquewhite;
    background-image: url(../doc/nyan.gf);
    background-repeat: round;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1250px) {
    #sec1 {
    position: relative;
    width: 100%;
    height: 90%;
    left: 50%;
    top: 50%;
    translate: -50% 250px;
    border-radius: 20px;
}

#div1 {
    position: absolute;
    top: 0;
    left: 0;
}

#div2 {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
}

#div3 {
    position: absolute;
    top: 0;
    right: 0;
}

#div4 {
    position: absolute;
    top: 100px;
    left: 0;
}

#div5 {
    position: absolute;
    top: 100px;
    left: 50%;
    translate: -50% 0;
}

#div6 {
    position: absolute;
    top: 100px;
    right: 0;
}

#div7 {
    position: absolute;
    top: 200px;
    left: 0;
}

#div8 {
    position: absolute;
    top: 200px;
    left: 50%;
    translate: -50% 0;
}

#div9 {
    position: absolute;
    top: 200px;
    right: 0;
}

#div10 {
    position: absolute;
    top: 300px;
    left: 50%;
    translate: -50% 0;
}
.dive {
    width: 30%;
}
}



.dive {
    text-align: center;
    background-color: rgb(255, 179, 65);
    border: 10px antiquewhite double;
    color: white;
    border-radius: 20px;
    font-size: 200%;
    height:fit-content;
}



@media (max-width:1249px) {
    #sec1 {
        display: flex;
        flex-direction:column ;
        justify-content: center;
        align-items: center;
    }
    .dive {
        margin-bottom: 5%;
        width: calc(100% - 20px);
    }
}
