.rptbutton {
    display: inline-block;
    border: none;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    height:50px;
    width: 250px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;}