.action-button{width:250px;max-width:100%;background-color:#007bff;color:#fff;border:none;border-radius:5px;padding:10px 20px;font-size:20px;cursor:pointer;transition:background-color .3s;height:-moz-fit-content;height:fit-content;margin:0 auto}.whitebackground{color:#0055b1;background-color:#fff;border:1px solid rgb(59,59,59)}.action-button:hover{background-color:#0056b3}.whitebackground:hover{background-color:#eeeeee;color:#003d7e}