body {
    background-color: #000000;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.restaurant-choice {
    padding: 60px 0;
    background-color: #000000;
}

.section-title p {
    color: #ffffff;
}

.glf-button {
    transition: all 0.4s;
    background: transparent;
    border: 2px solid #cda45e;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    color: #cda45e;
}

.glf-button:hover {
    background: #cda45e;
    color: #000000;
}