body{
    margin: 5px;
    font-family: 'Times New Roman', Times, serif;
    background-image: url(./web\ page.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 100vh;
}
#container1{
    margin-left: 180px;
}
#logo{
    position: absolute;
    top: 0;
    margin-left: -170px;
    width: 150px;
    height: 150px;
    background-color: transparent;
}
.fa-solid fa-house{
    background-color: white;
    color: black;
    width: 40px;
    height: 40px;
      font-size: 10px;
      margin-top: 30px;
      margin-right: 10px;
       cursor: pointer;
}
.home{
   background-color: white;
   font-size: 20px;
   margin-top: 30px;
   margin-right: 10px;
   cursor: pointer;
}
.nav{
    background-color: transparent;
    color: white;
    border: transparent;
   font-size: 20px;
   margin-top: 30px;
   margin-right: 10px;
   cursor: pointer;
}
.nav:hover{
    background-color: black;
}
.img:hover{
    background-color: black;
}
.nav1{
    background-color: transparent;
    color: white;
    border: transparent;
   font-size: 10px;
}
#homie{
    margin-top: 180px;
    font-size: 70px;
    color: white;
}
.item{
   background-color: transparent;
   cursor: pointer;
    font-size:7px;
    margin: 10px;
    color: white;
    border: 2px solid white;
    display: inline-block;
    width: 150px;
    height: 40px;
}
.item:hover{
    background-color: black;
    color: white;
}
@media screen and (max-width: 480px){
    body{
    font-family: 'Times New Roman', Times, serif;
    height: auto;
    }
    #container1{
        position: relative;
        text-align: center;
            margin: 0;
        width: 100%;
        margin-top: 150px;

    }
    
    .home,.fa-solid fa-house{
        display: block;
        position: relative;
        background-color: transparent;
        color: white;

    }
    .home:hover{
        width: 100%;
        text-align: center;
        background-color: black;
        position: relative;
    }
    .fa-solid fa-house,.home:hover{
        background-color: black;
        width: 100%;
        text-align: center;

    }
    .nav{
        position: relative;
        display: block;
        margin: 5px;
        font-size: 20px;
        text-align: center;
        width: 100%;
        padding: 10px;
    }
     .nav:hover{
        
        background-color: black;
        
        text-align: center;
        width: 100%;
     }
    #logo{
       
        margin-left: -60px;
        top: -130px;
       
    }
    .center{
        text-align: center;
        font-size: 50px;
    }
    #homie{
        color: white;
        margin-top: 20px;
        font-size: 40px;
    }
    #center{
        display: block;
    }
    #more-recipes{
        text-align: center;
        width: 100%;
    }
    .item{
        background-color: transparent;
        cursor: pointer;
        /* position: relative 200px ; */
         font-size:7px;
         margin: 10px;
         color: white;
         border: 2px solid white;
         width: 150px;
         
         height: 40px;
         display: block;
    }
    .item:hover{
        background-color: black;
        text-align: center;
    }
    
}






