body {
  margin: 5% 0 0 0;
  padding: 0;
}

/* add class selector main-header */
.main-header {
  /* background-image: linear-gradient(grey, pink); */
  padding-bottom: 3px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 48px;
  background-color: white;
  box-shadow: 5px 0 10px gainsboro;
}

.header-info {
  text-align: left;
  color: black;
  position: absolute;
  left: 0;
  padding: 0px;
  margin: 14px 14px 0px 14px;
}

/* add selector nav */
nav {
  position: absolute;
  right: 0;
  display: flex;
}

a {
  padding: 15px;
  float: left;
  text-decoration: none;
  color: black;
}

h3.price {
  text-align: center;
  font-size: 30px;
}

.list li {
  list-style-type: disc;
  padding: 5px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tab {
  background-color: white;
  width: 250px;
  min-height: 500px;
  padding: 60px;
  margin: 10px;
  border-radius: 20px;
  box-shadow: 2px 2px 10px grey;
}

.home {
  display: block;
  text-align: center;
}

.home h1 {
  font-size: 30px;
}

h1.name {
  font-size: 27px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: black;
  text-align: center;
}

h2.price {
  font-size: 30px;
  color: black;
  text-align: center;
}

div.about {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  background-color: rgba(204, 198, 198, 0.568);
  width: 80%;
}

.about {
  text-align: left;
  color: black;
  padding: 10px;
  width: 100%;
}

img.about-us {
  max-width: 100%;
  max-height: 100%;
}

div.image-about {
  margin-bottom: auto;
  margin-top: auto;
}

ul {
  list-style-type: none;
  padding: 0;
}

.dropdown {
  display: flex;
  flex-direction: column;
}

.dropdown-content {
  display: none;
}

.dropdown:hover .dropdown-content {
  display: block;
  position: absolute;
  top: 100%;
  background-color: whitesmoke;
}

.dropdown-item:hover {
  background-color: whitesmoke;
  cursor: pointer;
}

a.dropdown-item {
  min-width: 160px;
  text-align: left;
}

li.dropdown-item:hover a.dropdown-item {
  text-align: left;
  color: gainsboro;
}

footer {
  background-color: rgba(121, 163, 128, 0.568);
}

.center-footer {
  margin-left: 20px;
  margin-right: 20px;
}
.main-footer {
  display: flex;
  justify-content: center;
  width: 100%;
}

.left-footer {
  margin-right: auto;
  margin-left: 40px;
}

.right-footer {
  margin-left: auto;
  margin-right: 40px;
}

.info-left {
  color: black;
  text-align: left;
  width: 100%;
}

.info-right {
  color: black;
  text-align: right;
  width: 100%;
}
.info-center {
  color: black;
  text-align: center;
  width: 100%;
  padding-top: 5px;
  border-top: 1px solid rgb(158, 190, 139);
}

button {
  font-size: 20pt;
  background-color: rgba(219, 85, 75, 0.616);
  border: none;
  color: white;
  border-radius: 8px;
  padding: 8px;
}

button:hover {
  background-color: rgb(219, 85, 75);
  transform: scale(1.2, 1.2);
}

.fa-map-marked-alt,
.fa-map-pin,
.fa-address-book,
.fa-phone-alt,
.fa-instagram {
  margin: 6px;
  color: rgb(88, 86, 86);
}
