#page4{
    height: 100vh;
    width: 100%;
    background-color: #000000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
}

#page4 #headmain{
    display: flex;
    align-items: center;
 /* background-color: red; */
    font-size: clamp(6rem, 20vw, 100vw);
    font-family: "League Gothic", sans-serif;
}

#page4 #headmain div{
    height: 110%;
    width: 15vw;
    min-width: 100px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 150px;
    border-radius: 6000px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../image/ayan7.png");
}

#page4  p{
    margin-top: 5rem;
    /* background-color: blue; */
    font-size: clamp(0.6rem, 1.5vw, 100vw);
    text-align: center;
}

