﻿.button {
    color: #000000 !important;
    position: relative;
    background-color: #f9ed32;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
    padding: 20px 30px;
    cursor: pointer;
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
}

    .button:hover {
        background-color: #f7941e !important;
        color: #FFFFFF !important;
    }

