/* For changing the the color on hover*/
.blue-color-style{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a57ca;
    width: 80px;
    height: 40px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.10);
}

.blue-color-style:hover{
    background-color: #0542b3;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.10);
}
#color-change{
    color: white;
}


.my-font{
    font-family: "Basic", sans-serif;
    font-weight: 400;
    font-style: normal;   
}

.footer-data-style{
    display: flex;
    justify-content: center;
    width: 15.6rem;
    padding-top: 10px;
    font-size: 21px;
    color: #ffffff;
}
.footer-data-style h3{
    padding-top: 9px;
}