.button_wrapper {
	background-color: #b41f0e;
    /* max-width: 80%; */
    margin: 0 auto;
    width: 61%;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}
.button_wrapper_a {
	font-size: 38px !important;
    text-decoration: none;
    color: white;
	display: inherit;
}