.navbar-link {
  font-family: "Cormorant Garamond", serif;
  color: rgb(90, 90, 90);
}

.pic-holder {
  display: flex;
  width: 100%;
  justify-content: center;
}

.separator {
  display: flex;
  flex-direction: row;
  height: 45px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: 100%;
  align-self: center;
}

.separator_2 {
  width: 70%;
}

.separator-bar {
  width: 30%;
  height: 1px;
  background-color: rgba(25, 25, 25, .85);
}

.separator-branch {
  width: 50px;
  height: 100%;
  margin: 4px;
  background-color: red;
}

.txt-holder {
  display: flex;
  flex-direction: column;
  width: 70%;
  align-items: center;
  margin: auto;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 1.25rem;
  color: rgb(40, 40, 30);
}

.txt-holder > p {
  margin-top: 4px;
}

.sub-holder {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
