
.bg-success{
    text-align: center;
    font-weight: bold;
}
.elemnet{
    display: flex;
    margin-top: 15px;
}
.logo{
    width: 50px;
    height: 50px;
}
.info{
    margin-left: 30%;
    margin-top: 15px;
}
.ra{
    font-size: 27px;
    margin-left: 15%;
}
.lip{
    margin-left: 6%;
}
.send{
    width: 90px;
    margin-left: 18%;
    margin-top: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}
.send:hover{
    background-color: rgb(68, 153, 68);
}
.ima{
    width:200px;
    height: 100px;
}
@media screen and (max-width: 530px){
    .info{
        margin-left: 0px;
        margin-top: 15px;
    }
    .ra{
        font-size: 0px;
        margin-left: 15%;
    }
    .send{
        margin-left: 3%;
    }
}