.mbtn{
    width: 32%;
    height: 40px;
    border-style: none;
    border-radius: 10px;
    text-align: center;
    font-size: x-large;
    font-weight: 500;
    background-color: #d57799aa;
    color: #fafafa;
}

.mbtn:focus{
    outline:none;

}

.mbtn:hover{
    background-color: #a28fa3aa;
    color: #f3f0e7;
}

.choic_box{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}


.mdroplist{
    border-style: none;
    width: 33%;
    height: 44px;
    text-align: center;
    font-weight: 500;
    font-size: large;
    border-radius: 10px;
    outline:none;
}

.mdroplist:hover{
    background-color: #f2e4e3;
    color: #ea6b48aa;
}

.mimg{
    width: 100%;
    height: auto;
    border-radius: 10px;
}