.button {
    display: inline-block;
    color: $white;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: ease all 0.25s;
    border: 1px solid $white;
    letter-spacing: 4px;
    font-size: 12px;
}

.button:hover {
    border: 1px solid #419b86;
    color: #419b86 !important;
}
