#main-holder {
  display: flex;
  flex-direction: column;
  /* position: relative; */
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 4px;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 50px;
  background-color: white;
}

#navbar-link-holder {
  display: flex;
  flex-direction: row;
  width: 40%;
  justify-content: space-between;
  padding-right: 25px;
}

#title-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(50, 50, 50);
}

#title {
  font-size: 1.45rem;
}
#subtitle {
  font-size: .65rem;
}

#pic-inicio {
  width: 70%;
  height: 70%;
  border-radius: 50% 50% 0 0;
}

#frs_1, #frs_2, #frs_3, #frs_4, #frs_5, #frs_6 {
  font-style: italic;
}

#title_2 {
  font-weight: bold;
  font-size: 2.75rem;
  margin-bottom: 15px;
}

#frs_5 {
  margin-top: 10px;
}

#pic2-inicio {
  width: 70%;
  height: 80%;
  border-radius: 0 0 50% 50%;
}

#descubre_box {
  margin-top: 50px;
  padding: 15px;
  background-color: rgb(40, 40, 30);
  border-radius: 5px;

}

#descubre_box > a {
  color: rgb(200, 200, 200);
  font-family: "Libre Baskerville", sans-serif;
}
