.parag{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    
}

.footer{
    height: 60px;
    background-color:#c502b1;
    padding: 23px 0 23px 0;
}


.footer .parag{
    
    background-color: #c502b1;
    display: flex;
    justify-content: space-between;
    text-align: center;
    
}

.footer .parag a{
    font-family: Roboto;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-decoration: none;
}

.footer .parag a:hover{
    color: #fff;
    text-decoration: underline;
}