html, body {
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.header {
    position: fixed;

    width: 100%;
    height: 70px;


    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(38, 38, 38, 0.16);
}

.uber {
    line-height: 70px;

    font-family: uber;
    font-size: large;
}

.eats {
    font-family: eats;
    font-size: large;
    color: #57AD56;
}

.main_a1 {
    text-decoration: none;
    color: black;
}

.main_a2 {
    text-decoration: none;
    color: #57AD56;
}

.signin {
    position: absolute;

    width: 78px;
    height: 40px;

    border: 1px solid #E0E0E0;
    border-radius: 2px;
    background: white;

    text-align: center;
    left: 70%;
    top: 20%;
}

.basketimg {
    position: absolute;
    left: 79%;
    top: 35%;
}

.main {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;

    background: white;
    
    padding-top: 5%;
}

.search {
    width: 100%;

    border: none;
    border-bottom: 1px solid grey;
    margin-top: 5%;
    color: black;
}

.title {
    padding-top: 5%;

    font-family: text;
}

ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.menu {
    width: 80%;
    height: 100%;
}

.menulist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-decoration: none;
}

.menulist2 {
    display: inline-block;
    flex-basis: 200px;
    flex-grow: 1;
    text-decoration: none;
}

.img {
    width: 300px;
    height: 250px;
}

.one {
    background-image: url(images/1.png);
}

.two {
    background-image: url(images/2.png);
}

.three {
    background-image: url(images/3.png);
}

.four {
    background-image: url(images/4.png);
}

.five {
    background-image: url(images/5.png);
}

.six {
    background-image: url(images/6.png);
}

.seven {
    background-image: url(images/7.png);
}

.eight {
    background-image: url(images/8.png);
}

.nine {
    background-image: url(images/9.png);
}

.name {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.type {
    color: grey;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: small;
}

.cost {
    font-size: small;
}

.footer {
    width: 100%;
    height: 100%;

    background: #262626;
}

.uber2 {
    line-height: 200px;

    font-family: uber;
    font-size: 350%;
    color: white;
}

.eats2 {
    font-family: eats;
    font-size: 350%;
    color: #57AD56;
}

.hr {
    width: 100%;
}

.language {
    width: 200px;
    height: 40px;

    background: #3B3B3B;
    color: white;

    border: none;
}

.ubereats {
    color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.qwe {
    color:#57AD56;
}

.icons {
    display: block;
}

.footertext {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.footerlist {
    width: 50%;
    height: 200px;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
}

.applegoogle {
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 40%;
    width: 15%;
}

.footerlist2 {
    width: 56%;
    height: 200px;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;

    color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.atext {
    color: black;
    text-decoration: none
}

.atext:hover {
    color:#57AD56;
    text-decoration: none
}



.backgroundimg {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("images/background.png");
}

.backgroundimgrow {
    height: 364px;
    align-items: center;
}

.backgroundimginfo {
    padding: 38px;
    margin-top: 20%;
    background-color: #fff;
    box-shadow: 0px 0px 16px rgba(117, 117, 117, 0.2);
}

.backgroundimginfo h1 {
    margin-bottom: 54px;
    font-weight: 400;
    font-size: 36px;
    white-space: nowrap;
    color: #1d1d1d;
}

.backgroundimgtext {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.backgroundimgkitchen {
    margin: 0;
    font-size: 14px;
    color: #626262;
}

.backgroundimgtime {
    width: 100px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #262626;
    border-radius: 16px;
}

.backgroundimgtime p {
    color: #fff;
}

.foodlist {
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.foodlistnavigation {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #fff;
}

.foodlistnavigation a {
    text-decoration: none;
    font-size: 16px;
    color: #626262;
}

.foodlistnavigation a:hover {
    color: #327430;
}

.snacks {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 100%;
    font-family:text;
}

.snackstitle {
    margin-bottom: 5%;
    font-weight: 400;
    font-size: 150%;
    color: #1d1d1d;
}

.snackstable {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.snacksitem {
    width: 100%;
    height: 160px;
    margin-bottom: 49px;
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(231, 231, 231);
    border-radius: 2px;
}

.snacksitem:hover {
    background-color: rgb(241, 241, 241);
}

.snacksinfo {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.snacksinfo p {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    color: #1d1d1d;
}

.namesnack {
    font-weight: 400;
    font-size: 16px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1d1d1d;
}

.snacksingredients {
    margin-bottom: 25%;
    font-size: 75%;
    color: #626262;
}

.snacksimg {
    height: 100%;
    width: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: end;
}

@font-face {
    font-family: uber;
    src: url(fonts/Comfortaa-Bold.ttf);
}

@font-face {
    font-family: eats;
    src: url(fonts/Roboto-Thin.ttf);
}

@font-face {
    font-family: text;
    src: url(fonts/Roboto-Medium.ttf);
}


