@import url('./root.css');

.header-bg-image {
    max-width: 1920px;
    margin: auto;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2em 0 0 0;
}

.menu-container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.menu-container img {
    max-height: 200px;
    width: 200px;
}

