body{
  margin: 0;
  font-family: Arial, sans-serif;
}

header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f4b6c2;
  padding: 10px 15px;
}

.hamburger img{
  width: 30px;
  height: auto;
}

.Pizza-Icon{
  display: flex;
  align-items: center;
  gap: 8px;
}

.Pizza-Icon img{
  width: 35px;
  height: auto;
}

.Pizza-Icon p{
  margin: 0;
  font-weight: bold;
  font-size: 1.2rem;
}

.order-online{
  font-weight: bold;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}

.hero-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px);
}

.hero-section h1 {
  position: relative;
  font-family: 'Oleo Script';
  color: white;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
}

.pepperoni-pizza {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4b6c2;
  border-radius: 20px;
  width: 80%;
  margin: 24px auto;
  overflow: hidden;
}

.pepperoni-pizza img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.description-1 {
  padding: 30px;
  text-align: center;
}

.description-1 h2 {
  font-family: 'Oleo Script';
  font-size: 2rem;
  color: black;
  margin-bottom: 24px;
}

.description-1 p {
  font-family: 'Oleo Script';
  font-weight: bold;
  font-size: 1.25rem;
  color: black;
  line-height: 1.5rem;
}

.order-now {
  margin-top: 24px;
  background-color: #C73939;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: bold;
  font-family: Arial, sans-serif !important;
}

.garlic-bread {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4b6c2;
  border-radius: 20px;
  width: 80%;
  margin: 24px auto;
  overflow: hidden;
}

.garlic-bread img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.description-2 {
  padding: 30px;
  text-align: center;
}

.description-2 h2 {
  font-family: 'Oleo Script';
  font-size: 2rem;
  color: black;
  margin-bottom: 24px;
}

.description-2 p {
  font-family: 'Oleo Script';
  font-weight: bold;
  font-size: 1.25rem;
  color: black;
  line-height: 1.5rem;
}

.order-now-2 {
  margin-top: 24px;
  background-color: #C73939;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: bold;
  font-family: Arial, sans-serif !important;
}

.alfredo {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4b6c2;
  border-radius: 20px;
  width: 80%;
  margin: 24px auto;
  overflow: hidden;
}

.alfredo img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.description-3 {
  padding: 30px;
  text-align: center;
}

.description-3 h2 {
  font-family: 'Oleo Script';
  font-size: 2rem;
  color: black;
  margin-bottom: 24px;
}

.description-3 p {
  font-family: 'Oleo Script';
  font-weight: bold;
  font-size: 1.25rem;
  color: black;
  line-height: 1.5rem;
}

.order-now-3 {
  margin-top: 24px;
  background-color: #C73939;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: bold;
  font-family: Arial, sans-serif !important;
}
