@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

h3 {
  text-align: center;
}
.photo {
  border-radius: 30px;
  width: 300px;
}

.navbar-titles {
  align-items: center;;
}

.brand-story {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px;
  padding: 20px;
}

.info {
  padding: 10px;
  width: 400px;
}

.shopee {
  display: flex;
  justify-content: center;
}

.related-links {
  display: flex;
  justify-content: center;
  font-size: 50px;
}

.icon {
  padding: 8px;
}


.contacts {
  justify-content: center;
  margin: 10px;
  padding: 20px;
}

.map {
  width: 100%;
  height: 400px;
}

footer {
  background-color: burlywood;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  font-family: serif;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}