* {
  padding: 0;
  margin: 0;
}

body { 
  height: 100%; 
  margin: 0 auto; 
  display: flex;
  justify-content: center;
}

.main1 {
  width: 100vw;
  height: 100vh;
  background: url('assets/bg2.webp');
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: cover;
}

button { 
  padding: 16px 83px;
  box-sizing: border-box; 
  border-radius: 30px;
  border: 8px solid #D48001;
  background: #1B3A05;
  box-shadow: 0 4px 8.8px 0 rgba(0, 0, 0, 0.25);
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 25px;
  height: fit-content;
  margin-top: 600px;
  color: white;
  transition: all 300ms ease-in-out;
}

button:hover {
  transform: scale(1.1);
}

.main2 {
  width: 420px;
  height: 670px;
  background: url('assets/reciept_1@4x.png');
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.body2 {
  background-color: #002839;
  padding: 30px;
  box-sizing: border-box;
  background-image: url(assets/sandwiches.webp);
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

#title {
  color: #1B3A05;
  font-family: "Cairo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 60px 0;
}

p {
  color: #1B3A05;
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  line-height: 60px;
}
