.submit-button {
    background: #DAA520;
    border: none;
    height: 62px;
    width: 250px;
    margin: auto;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: goldenrod!important;
    border: 1px solid goldenrod!important;;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}