.custom-buttons {
	display: flex;
	margin-bottom: 20px;
}

.custom-button.center  {
    margin: 0 auto;
}

.custom-button.right  {
    margin-left: auto;
}

.custom-button a{
    display: block;
    padding: 7px 12px;
    font-family: 'Nexa Rust Sans W05 Book', sans-serif;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    border-width: 2px;
}