body {
    font-family: "Lato", sans-serif;
    margin: 0;
    background-image: linear-gradient(to top, #525252 0%, #17a2b8 2%);
}

.header {
    background-color: #17a2b8;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-emoji {
    font-size: 48px;
    margin: 0 auto;
    text-align: center;
}

.header-title {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.sub-header-title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.header-description {
    color: #CFCFCF;
    margin: 4px auto;
    text-align: center;
    max-width: 384px;
}

.wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 32px;
}

.card {
    margin-bottom: 24px;
    width: 49%;
    float: left;
    margin-right: 1%;
    box-sizing: border-box;
}

.offset-by-card{
    margin-left: 50%;
}


.menu {
    height: 70px;
    left: 50%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding-top: 10px;
    padding-bottom: 24px
    margin: auto;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.18);
}

.menu-title {
    margin-bottom: 6px;
    font-weight: bold;
    color: #079A82;
}
