
label { float: right; width: 95%; }

.desc{
    background-color: #ccf;
    float: right;
    border: solid 2px;
    margin: 1%;
    padding: 1%;
    font-family: B zar;
    font-size: 20px;    
    width: 90%;
    text-align:justify ;
    border-radius: 12px;
}
.desc button{
    margin-right: 35%;
    font-family: titr;
    background-color: #cfe;
    width: 30%;
    border-radius: 12px;
    text-align: center;
}