.shadBox {

    margin: 10px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: black;
    opacity: 0.6;
    border-radius: 7px;
}
.shadBox h4 h1{
    opacity: 1;
    font-weight: bolder;
    color: white;
}
.abtHead{
    align-items: center;
    justify-content: center;
    /* margin:5px; */
    margin-bottom: 30px;
    text-align: center;
}
.abtPara p{
    font-size:20px;
    color:navy;
}


.uvHead{
    text-align: center;
}
