main {
  max-width: 700px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

section {
  margin: 16px;
}

.profile-picture {
  border-radius: 100%;
}

.top-bar {
  display: grid;
  gap: 20px;
  align-content: center;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.info-box {
  padding: 20px;
  text-align: center;
  min-height: 140px;
  display: grid;
  align-items: center;
  border-radius: 8px;
}
.info-box h3,
.info-box p {
  margin-bottom: 0;
  line-height: 1;
}

.info-box p {
  margin-top: -20px;
}

.info-box-row {
  margin-bottom: 16px;
  margin-right: -8px;
  margin-left: -8px;
}

.info-box-col {
  padding-right: 8px;
  padding-left: 8px;
}

.info-box::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 12px;
  height: 50px;
  width: 50px;
}

.info-box-1 {
  background-color: #87605d;
  color: #fff;
}

.info-box.info-box-1::before {
  background: url(/Boviwalk-icons-white-01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.info-box-2 {
  background-color: #8fbf4b;
  color: #fff;
}

.info-box-2::before {
  background: url(/Boviwalk-icons-white-02.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.info-box-3 {
  background-color: #ff6d22;
  color: #fff;
}

.info-box.info-box-3::before {
  background: url(/Boviwalk-icons-white-03.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.info-box-4 {
  background-color: #f4efe9;
  color: #5b3c37;
}

.info-box-4::before {
  background: url(/Boviwalk-icons-brown-04.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.bottom-nav-bar {
  background-color: #5b3c37;
  border-radius: 100px;
  padding: 8px 40px;
  margin: 0 16px;
  position: sticky;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.bottom-nav-bar a {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
}

.active-bottom-nav-bar,
.bottom-nav-bar a:hover {
  background-color: #ceb59d;
}
