*{
  margin: 0;
  border: 0;
}

.grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 180px, auto;
}

header{
  grid-row: 1;
  background-color: #f3dfa6;
  display: grid;
  grid-template-rows: 110px;
  grid-template-columns: 30% 70%;
}

header .logo{
  width: 100px;
  grid-column: 1;
  grid-row: 1;
}

ul{
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding-top: 20px;
  margin-right: 20px;
  height: 75px;
  grid-column: 2;
  grid-row: 1;
  align-items: flex-end;
}

ul a{
  color: #422c1d;
  font-family: Oswald;
  letter-spacing: 0.5px;
  size:14px;
}

ul li{
  margin-left: 12%;
}

a{
  text-decoration: none;
}

.bannerText{
  background-image: url("pizza.jpeg");
  width: 100%;
  height: 500px;
  object-fit: cover;
  background-size: cover;
  color: #ffffff;
  font-family: Merriweather;
  font-size: 50px;
  letter-spacing: 0.4px;
  text-align: center;
  display:flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
}

.bannerText span{
  background-color: rgba(66, 44, 29,0.7);
  width: 80%;
  text-align: center;
  padding: 10px;
}

.bottom{
  background-color: #422c1d;
  width: 100%;
  height: 400px;
  display: grid;
  grid-template-columns: 50vw 50vw;
}

.free{
  grid-column: 1;
  background-image: url("pizzadeal.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: Merriweather;
  font-size: 50px;
  letter-spacing: 0.4px;
  text-align: center;
  display:flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  width: 90%;
  height: 340px;
  border-radius: 15px;
}

.free span{
  background-color: rgba(66, 44, 29,0.7);
  width: 80%;
  text-align: center;
  padding: 10px;
}


.free2{
  grid-column: 2;
  background-image: url("delivery 2.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: Merriweather;
  font-size: 50px;
  letter-spacing: 0.4px;
  text-align: center;
  display:flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  width: 90%;
  height: 340px;
  border-radius: 15px;
}

.free2 span{
  background-color: rgba(66, 44, 29,0.7);
  width: 80%;
  text-align: center;
  padding: 10px;
}

.bottom1, .bottom2{
  display:flex;
  justify-content: center;
  align-items: center;
}


/*Menu Page*/

.menu {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.about {
  font-family: Merriweather;
  font-size: 30px;
  text-align: center;
  color: #f3dfa6
}

p{
  font-family: Arial;
  color: white;
  text-align: center;
  margin-top: 10px;
}

h2, h4{
  font-family: Merriweather;
  font-size: 30px;
  text-align: center;
  color: #f3dfa6;
}

h3{
  font-family: Merriweather;
  font-size: 20px;
  text-align: center;
  color: #f3dfa6;
  margin-top: 15px;
}

.space{
  margin: 20px;
}

.box1, .box2, .space, .box4 {
  background-color: #422c1d;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
}

p a{
  text-decoration: underline;
  color: #b60609;
}

div.center {
  text-align: center;
}

.color {
  color:#422c1d;
}
