#button_div{
    width: 100%;
    height: 200px;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
}
#button_original{
/* height: 100%; */
margin: auto;
width: 30%;
/* border: 1px solid palevioletred; */
background-color: #f53838;
color: #ffffff;
font-weight: bold;
    padding: 8px 15px 8px 15px;
    text-align: center;
    vertical-align: middle;

    /* width: 450px; */
    height: 90px;
    line-height: 40px;
    font-size: 40px;
    border-radius: 10px;
}
#button_original_first_div{
    line-height: 40px;
    font-size: 42px;
    font-family: 'Roboto', Arial;
    width: 90%;
    text-align: center;
    /* border: 1px solid black; */
    margin: auto;
    margin-top: 5px;
    margin: auto;
}
div{
    display: block;
}
#button_original_secondt_div{
    /* border: 1px solid black; */
    height: 20%;
    font-size: 19px;
    line-height: 10px;
    margin: auto;
    margin-top: 3px;
    
}