#btn-call {
    width: 295px;
    height: 73px;
    border: 2px solid #E1B168;
    background-color: rgba(28,28,28,0);
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#btn-reserve {
    width: 295px;
    height: 73px;
    background: #E1B168;
    border: 2px solid #E1B168;
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.44px;
    text-align: center;
    color: #292E36;
    cursor: pointer;
}

#welcome-btn {
    font-family: "Josefin Sans";
    width: 230px;
    height: 73px;
    margin-top: 35px;
    color: #E1B168;
    border: 2px solid #E1B168;
    background-color: rgba(28,28,28,0);
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.2px;
}

#welcome-btn:hover {
    background-color: #E1B168;
    cursor: pointer;
    color: #fff;
    transition: background-color 0.5s, color 0.5s;
}

.inner-dishes .dishes-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dishes-btn #welcome-btn {
    margin-top: 0;
}

.left-sidebar #welcome-btn {
    margin-top: 60px;
}
