h1{
    text-align: center;
    font-size: 30pt;
}

header{
    background-color: brown;
    
    height: 400px;
    background-image: url(./img/head.jpg);
}
body{
    background-color: #f3c025;
/* background-image: url(./img/bg.png); */
}

#bread{
    width: 200px;
    position: absolute;
    left: 8%;
    top: 95%;
}
#bread2{
    width: 200px;
    position: absolute;
    left: 8%;
    top: 63%;
}

#chee{
    width: 120px;
    position: absolute;
    left: 11%;
    top: 83%;
}

#cheese{
width: 220px;
position: absolute;
left: 7%;
top: 87%;
}

#bacon{
    width: 150px;
    position: absolute;
    left: 10%;
    top: 81%;
}

@media(min-height: 840px) {
    #bread{
        width: 200px;
        position: absolute;
        left: 8%;
        top: 75%;
    }
    #bread2{
        width: 200px;
        position: absolute;
        left: 8%;
        top: 43%;
    }
    
    #chee{
        width: 120px;
        position: absolute;
        left: 11%;
        top: 63%;
    }
    
    #cheese{
    width: 220px;
    position: absolute;
    left: 7%;
    top: 67%;
    }
    
    #bacon{
        width: 150px;
        position: absolute;
        left: 10%;
        top: 61%;
    }
  }
  

#logo{
    width: 275px;
padding-left: 40%;
padding-top: 7%;
}

#vid{
    padding-left:6%;
    padding-top: 3%;
}

#ing{
    width: 300px;
    padding-left:70%;
}

#nutr{
    width: 300px;
    padding-top: 5%;
    padding-left: 8%;
}

#container{
    display: flex;
    justify-content: space-between;
}

#container2{
    display: flex;
    justify-content: space-between;
}

#container3{
    display: flex;
    justify-content: space-between;
}

#container4{
    display: flex;
    justify-content: space-between;
    
}

#text{
    width: 700px;
    height: 400px;
    padding-left: 13%;
}

#text2{
    width: 550px;
    padding-left: 8%;
}

#test:hover{
background-color: aqua;
}

#btns{
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 30%; */
    padding-left: 7%;
}

button{
    width: 80px;
    height:40px;
    background-color: #3157e5;
    color: white;
}

button:hover{
    border: 4px solid orange;
}

#first{
    position: absolute;
    left: 30%;
    padding-right: 10%;
}

#first2{
    position: absolute;
    left: 30%;
    padding-right: 10%;
}

#first3{
    position: absolute;
    left: 30%;
    padding-right: 10%;
}


#first4{
    position: absolute;
    left: 30%;
    padding-right: 10%;
}


#breadnutr{
    width: 300px;
    padding-left: 20%;
}

#map{
    padding-left: 8%;
    padding-top: 5%;
}

#wich4{
    width: 300px;
    padding-left: 33%;
    font-size: 16pt;
    color: white;
}

#tx{
    width: 1200px;
    height: 800px;
    padding-left: 8%;
    padding-top: 3%;
}

#tx2{
    width: 1200px;
    height: 500px;
    padding-left: 8%;
    padding-top: 3%;
}