*{
    margin: 0px;
    padding: 0px;
    box-sizing: 0px;
}
body{
    background-color:black;
    color: white;
}
.background{
    background-image: url(images/nav.jpg);
    width: auto;
    height: 500px;
}
.links {
    margin-top: 5rem;
    padding: 5rem;
}
.links h1{
    text-align:start;
    color:black;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif
}
.icon{
    display: flex;
    gap: 30px;
    font-size: 3rem;
    position: relative;
    left: 10rem;
}
nav{
    color: black;
    display: flex;
    justify-content: space-evenly;   
}
nav,header{
    align-items: center;
}
nav header{
    background-color: white;
    padding: 10px;
    cursor: pointer;
}
nav ul{
    list-style: none;
    display: flex;
    gap: 30px;
    text-decoration: none;
    padding: 10px;
}
nav li{
    background-color: white;
    color: white;
    padding: 10px;
    cursor: pointer;
}
#intro{
    padding: 50px;
    margin: 60px;
    border-style: ridge;
}
#intro p{
    font-size: larger;
    text-align: center;
}
#Receipes{
    text-align: center;
    padding: 40px;
    color: blue;
}
#dish{
    border-style: ridge;
    margin: 50px;
    padding: 50px;    
}
#dish img{
    border-style: ridge;
    padding: 20px;
    position: relative;
    left: 30%;
}
#dish p{
    padding-top: 15px;
    font-size: larger;
}
.two{
    border-style: ridge;
    margin: 50px;
    padding: 50px;
}
.two img{
    border-style: ridge;
    padding: 20px;
    position: relative;
    left: 30%;
}
.two p{
    padding-top: 15px;
    font-size: larger;
}
.three{
    border-style: ridge;
    margin: 50px;
    padding: 50px;
}
.three img{
    border-style: ridge;
    padding: 20px;
    position: relative;
    left: 30%;
}
.three p{
    padding-top: 15px;
    font-size: larger;
}
.four{
    border-style: ridge;
    margin: 50px;
    padding: 50px;
}
.four img{
    border-style: ridge;
    padding: 20px;
    position: relative;
    left: 30%;
}
.four p{
    padding-top: 15px;
    font-size: larger;
}
.five{
    border-style: ridge;
    margin: 50px;
    padding: 50px;
}
.five img{
    border-style: ridge;
    padding: 20px;
    position: relative;
    left: 30%;
}
.five p{
    padding-top: 15px;
    font-size: larger;
}
.six{
    border-style: ridge;
    margin: 50px;
    padding: 50px;
}
.six img{
    border-style: ridge;
    padding: 20px;
    position: relative;
    left: 30%;
}
.six p{
    padding-top: 15px;
    font-size: larger;
}
.seven{
    border-style: ridge;
    margin: 50px;
    padding: 50px;
}
.seven img{
    border-style: ridge;
    padding: 20px;
    position: relative;
    left: 30%;
}
.seven p{
    padding-top: 15px;
    font-size: larger;
}
.eight{
    border-style: ridge;
    margin: 50px;
    padding: 50px; 
}
.eight img{
    border-style: ridge;
    padding: 20px;
    position: relative;
    left: 30%;
}
.eight p{
    padding-top: 15px;
    font-size: larger;
}
.nine{
    border-style: ridge;
    margin: 50px;
    padding: 50px;
}
.nine img{
    border-style: ridge;
    padding: 20px;
    position: relative;
    left: 30%;
}
.nine p{
    padding-top: 15px;
    font-size: larger;
}
.ten{
    border-style: ridge;
    margin: 50px;
    padding: 50px;
}
.ten img{
    border-style: ridge;
    padding: 20px;
    position: relative;
    left: 30%;
}
.ten p{
    padding-top: 15px;
    font-size: larger;
}
#contact{
    background-color: white;
    color: black;
}
.footercontainer{
    display: flex;
    gap: 30px;
    font-size: 3rem;
    justify-content: center;
    padding-left:  25px;
    padding-right: 25px;
    padding-top: 25px;
}
.footernav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    justify-content: center;
}
.footernav li{
        background-color: black;
        color: white;
        padding: 10px;
        margin: 25px ;
}
.footerbottom{
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
}
@media screen and (min-width:350px) and (max-width:790px)
{
.background{
    background-image: url(images/min.jpg);
    width: auto;
    height: 150px;
}
nav{
    color: black;
    display: flex;
    justify-content: space-evenly;   
}
nav,header{
    align-items: center;
}
nav header{
    background-color: white;
    padding: 5px;
    cursor: pointer;
}
nav ul{
    list-style: none;
    display: flex;
    gap: 15px;
    text-decoration: none;
    padding: 5px;
}
nav li{
    background-color: white;
    padding: 4px;
    cursor: pointer;
}

.links {
    margin-top: 5px;
    padding: 5px;
}
.links h1{
    text-align:start;
    color:black;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif
}
.icon{
    display: flex;
    gap: 15px;
    font-size: 2rem;
    position: relative;
    left: 5rem;
}
#dish img{
    height: 100px;
    width: 100px;
    justify-content: center;
}
.two img
{
    height: 100px;
    width: 100px;
    justify-content: center;
}
.three img{
    height:100px ;
    width: 100px;
    justify-content: center;
}
.four img{
    height: 100px;
    width: 100px;
    justify-content: center;
}
.five img{
    height: 100px;
    width: 100px;
    justify-content: center;
}
.six img{
    height: 100px;
    width: 100px;
    justify-content: center;
}
.seven img{
    height: 100px;
    width: 100px;
    justify-content: center;
}
.eight img{
    height: 100px;
    width: 100px;
    justify-content: center;
}
.nine img{
    height:100px;
    width: 100px;
    justify-content: center;
}
.ten img{
    height: 100px;
    width: 100px;
    justify-content: center;
}
#intro img{
    height: 100px;
    width: 100px;
    justify-content: center;
}
.footercontainer{
    display: flex;
    gap: 10px;
    font-size: 2rem;
    justify-content: center;
    padding-left:  15px;
    padding-right: 15px;
    padding-top: 15px;
}
.footernav ul {
    list-style: none;
    display: flex;
    gap: 10px;
    text-decoration: none;
    padding: 5px;
    margin: 5px;
    justify-content: center;
}
.footernav li{
        background-color: black;
        color: white;
        padding: 5px;
        margin: 5px ;
}
.footerbottom{
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
}