* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.nav {
    background-color: aqua;
    height: 50px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    padding: 15px 5px;
}

.navbar a {
    text-decoration: none;
}
.nav :hover{
    background-color: darkcyan;
}

.lis a {
    padding: 15px;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.hero-image {
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('images/pizza.jpeg');
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  padding: 10px 20px;
  background-color: #fff;
  color: #333;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.card{
    display: block !important;
    padding: 15px;
    background-color: bisque;
}


.zz{
    display: flex;
}
.aaa{
    display: flex;
}

.one{
    box-shadow: o 4px 8px 0 rgba(0,0,0,0.5);
    text-align: center;
    border: #333 2px solid;
    /* width: 80px;
    height: 100px; */
     width: 250px;
     height: 400px;
    margin: 25px 25px;
    min-height: 200px;
    background-color: darkcyan;
    
}
.one img{
    width: 150px;
    height: 150px;
    margin-top: 10px;
}


.cart{
    width: 50%;
    height: 50%;
    background-color: black;
    color: aqua;
    margin-left: 100px;
}

