body {
  margin: 0;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  text-align: center;
}
#header {
  display: flex;
  flex-direction: row;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.69);
}

#header-logo {
  height: 70px;
  margin: 0 0 0 120px;
  cursor: pointer;
}
#second-section {
  margin: 0 120px 0 0;
}
.header-btns {
  background-color: white;
  border: none;
  border-top: 1.5px solid black;
  padding: 10px 4px 4px 4px;
  margin: 0 2px;
  font-size: 15px;
  cursor: pointer;
  
}
.header-btns:hover {
border-top: 3px solid rgb(244, 202, 37);
color: rgb(244, 202, 37);
}
.header-btns:active {
  opacity: 0.6;
  }


#front-pic {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("front-pic.jpg");
  height: 650px;
  width: 100%;
  background-size: cover;
  margin: 0;
 }
 #front-pic-box {
 background-color: rgba(245, 245, 245, 0.805);
 padding: 20px 20px 40px 20px;
 border-radius: 10px;
 text-shadow: 0 0 1px rgb(255, 218, 8);
 }
 #watch-btn {
  background-color: rgb(244, 202, 37);
  border: none;
  padding: 5px 10px;
  border-radius: 8px;
  cursor: pointer;
 }
 #watch-btn:hover {
  opacity: 0.8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.69);
 }
 #watch-btn:active {
  opacity: 0.5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.69);
 }
 #salles-wrapper {
  display: flex;
  position: absolute;
  bottom: -60px;
 }
 .salles {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 280px;
  background-color: rgb(255, 235, 255);
  margin: 0;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  font-size: 13px;
 }
 .salles-icons {
  height: 60px;
  margin: 0 10px 0 0 ;
 }
 #collection {
  border-left: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
 }
 #about-us {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
 }
 .salles-link {
  color: black;
 }
 .salles-link:hover {
  color: rgba(251, 161, 176, 0.983);
 }
 a {
  text-decoration: none;
 }
 #second-front-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0 0 0;
 }
 #hanane-pic {
  margin: 0 100px 0 0;
  border-radius: 50%;
 }
 #dr-hanane {
  font-family: 'Italianno', cursive;
  font-size: 40px;
  margin: 0 0 10px 0;
 }
 h4 {
  margin: 5px;
 }
 h3 {
  margin: 5px;
 }
 #logo-2 {
  margin: 200px 0 0 0;
  height: 200px;
 }
 .follow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 14px;
  margin: 30px auto 0 auto;
  background-color: rgb(251, 230, 233);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
 }
 .follow-btn:hover {
  opacity: 0.8;
 }
 .follow-btn:active {
  opacity: 0.5;
 }

 #insta-icon {
  height: 25px;
  margin: 0 5px 0 0;
 }
 #products-wrapper {
  display: flex;
  flex-direction: row;
  margin: 40px 0 0 0;
 }
 .products {
 width: 33.3%;
 }
 #outro {
  position: relative;
  margin: 450px 0 60px 0;
  height: 120px;
  background-color: rgb(251, 230, 233);
 }
#about-us-outro {
  position: absolute;
  right: 10px;
  top: 25px;
  color: white;
  font-size: 13px;
}
#copyright {
  margin: 0 0 20px 0;
}