@media screen and (max-width : 600px) {
    #centerformobile{
        justify-content:center!important;
    }
    .thisulcenterforphone{
        display: grid;
        justify-content:center!important;
    }
    .sitename{
        margin: auto;
    }
    
}


.hoverforbox:hover{
    scale: 1.1;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(13, 67, 67, 0.23); /* Light blue glow */
}

.colorwhite{
    color:white;
}