@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap");

body {
  font-family: "Nunito", sans-serif;
  text-align: center;
  background: url(images/pizza.jpeg);
  background-size: cover;
}

.nav {
  width: 100%;
  height: 15%;
}

.logo {
  margin-right: 60%;
}

.nav img {
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-top: 5px;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nav ul li {
  float: right;
}

.nav ul li a {
  display: block;
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: larger;
  font-weight: 700;
}

.nav ul li a:hover {
  color: rgb(206, 203, 203);
}

.main {
  color: rgb(223, 221, 221);
}

.one {
  padding-top: 120px;
}

h2 {
  font-size: 50px;
  padding-bottom: 10px;
}

.button {
  background-color: rgba(128, 128, 128, 0.5);
  border: none;
  color: black;
  padding: 15px 32px;
  padding-right: 30px;
  margin-right: 1%;
  margin-bottom: 1%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button:hover {
  background-color: rgba(199, 197, 197, 0.8);
}

.two,
.three,
.four {
  display: none;
}

input[type="checkbox"],
input[type="text"],
input[type="tel"],
input[type="number"],
select {
  width: 100%;
  padding: 8px 12px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid rgb(214, 212, 212);
  border-radius: 4px;
  box-sizing: border-box;
}

.checkbox {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 10px;
}

.form {
  border-radius: 15px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.order-total {
  display: none;
}

.confirm your order {
  border: 6px solid #e7ba8a;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px;
  text-align: center;
}

.table-buttons {
  padding-top: 3%;
  padding-bottom: 3%;
}
