@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.twoRoads {
  background: transparent;
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
  text-align: center;
  /* font-size: 20px;
  font-style: italic; */
  width: 80%;
  /* border: 1px solid black; */
  margin: 10px auto 10px auto;
}

/* .twoRoads p {
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
} */

#author {
  /* margin: 10px 0 10px 200px; */
  /* margin: auto; */
  color: darkgreen;
}

.journeyBtnDiv {
  margin-top: 280px;
  text-align: center;
}

.journeyBtnDiv button {
  padding: 15px 15px;
  font-size: 24px;
  font-weight: 600;
  background: bisque;
  opacity: 0.5;
  color: darkgreen;
  border-radius: 15px;
  /* border: none; */
  cursor: pointer;
}