* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-color: #7e5d7e;
  position: relative;
  background-attachment: fixed;
}
h1 {
  font-family: cursive;
  font-size: 50px;
  font-style: italic;
  color: rgb(88, 4, 21);
}
nav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-weight: bolder;
  background-color: rgb(241, 241, 139);
}
ul li {
  display: inline;
}
li a {
  color: rgb(148, 5, 5);
  text-align: center;
  padding: 16px 18px;
  text-decoration: none;
}
.home-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 30px;
  background-color: #c7baab;
}
.menu {
  display: flex;
  justify-content: space-between;
  margin: 40px;
}
.cart img {
  display: flex;
  text-decoration: none;
}
.Home {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  text-align: center;
  color: rgb(10, 1, 1);
  margin-top: 40px;
}

.preference {
  display: flex;
  flex-direction: column;
}
.icons {
  margin: 5px 20px;
  display: block;
}
.preference-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hidden-p {
  display: none;
}
.image-hide {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.sel {
  padding: 10px;
}

.check-out {
  display: none;
}
.deliver-msg {
  display: none;
}
