.image-border {
  border: 2px solid #f0f0f0;
}
.link-font {
  font-family: monospace;
  font-size: 24px;
  text-decoration: underline;
}
.view-listen-font {
  font-family: monospace;
  font-size: 24px;
  text-decoration: underline;
}
.font-title {
  font-family: monospace;
  font-weight: 600;
  font-size: 36px;
}
.font {
  font-family: monospace;
  font-weight: 600;
  font-size: 26px;
}
.font-Music {
  font-family: monospace;
  font-weight: 600;
  font-size: 24px;
}
.font-no-bold {
  font-family: "Apple Chancery", cursive;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
}
.seperator {
  font-size: 180%;
  color: black;
  margin: 0 20px;
}

.btn {
  border: none;
  background-color: inherit;
  /* padding: 14px 28px; */
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
  text-decoration: underline;
  font-family: monospace;
  color: #0074f8;
}
