body{margin: 0;}
.header{
display: flex;
justify-content:space-between ;
align-items: center;
padding: 1.5rem 3rem;
}

.logo img{width: 100px;
height: auto;
border-radius: 50%;


}
.header nav ul{
    list-style: none;
display: flex;
gap: 2rem;
padding: 0;
margin: 0;
}
nav ul li{
margin: 0 15px;
position: relative;
}
.header nav ul li{
    margin: 0;
}
.header nav ul li a{
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    color: white !important;
    background-color: rgb(255, 140, 0);
}
.specials{
    padding: 5rem 2rem;
    text-align: center;
}
.specials h2{
    font-size: 2rem;
}
.cards{
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.card{
    border-radius: 8px;
    width: 280px;
    overflow: hidden;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.card:hover{
    transform: translateY(-5px);
    border: 3px solid rgb(255, 140, 0) ;
}
.card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.card h3{
    margin: 1rem;
    font-size: 1.4rem;
    flex-grow: 0;
color: rgb(255, 140, 0);
}
.card p{
    padding: 0 1rem;
    font-size: 1rem;
    flex-grow: 1;

}
.card button {
    border: none;
    background-color: rgb(255, 140, 0);
    padding: 0.8rem 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 1rem 1rem 1rem;
    align-self: center;
}
.footer{
    text-align: center;
    padding: 2rem;
    background-color:rgb(255, 140, 0) ;
    color: white;
}
a{
    color: white;
}
.info{
    width: 800px;
    height: 100%;
    border: 1px solid rgb(255, 140, 0);
    position: relative;
    left: 400px;
    top: 20px;
    margin-bottom: 40px;
}
.sushi{
    color: rgb(255, 140, 0);
    text-align: center;
}
.paragraph{
    font-weight: 500;
    text-align: center;
}
.header4{
    text-align: center;
    color: rgb(255, 140, 0);
}
h1{
    font-size: 50px;
    color: rgb(255, 140, 0);
}
.comanda{
    width: 700px;
    height: 500px;
    margin-left: 200px;
    border-radius: 5px;
    border: 1px solid rgb(255, 140, 0);
    
}
.golovna{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 100px;
}
.kitchen{
    color: rgb(255, 140, 0);
    font-size: 30px;
    font-weight: 600;
    margin-right: 100px;
}
.go-menu{
    background-color: rgb(255, 140, 0);
    color: white;
    border-radius: 5px;
    padding: 10px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
border: 1px solid rgb(255, 140, 0);
margin-bottom: 200px;

}
.go{
    display: flex;
    justify-content: center;
    align-items: center;  
}
.link-menu{
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    color: white !important;
    background-color: rgb(255, 140, 0);
}












