html {
  font-family: "Garamond", sans-serif;
  background-color: rgb(231, 246, 246);
  font-size: 24px;
  margin: 0;
  padding: 0;
  height: 100dvh;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.1s ease-in;
}

a:hover {
  color: peru;
}

body {
  min-height: 97vh;
  display: flex;
  justify-content: top;
  align-items: left;
  flex-direction: column;
}

.cpr {
  font-size: 12px;
}

footer {
  margin-top: auto;
}

.home {
  margin: none;
  padding: none;
}

.text {
  font-size: 18px;
}

.container {
  width: 100%;
  max-width: 500px;
  padding-top: 0.2rem;
}

:root {
  --plyr-color-main: peru;
  --plyr-audio-control-color: peru;
  --plyr-audio-controls-background: rgb(231, 246, 246);
  --plyr-progress-loading-size: 0px;
  --plyr-progress-loading-background: rgb(231, 246, 246);
  --plyr-audio-progress-buffered-background: peru;
  --plyr-range-thumb-height: 14px;
  --plyr-range-thumb-background: peru;
  --plyr-font-family: "Garamond", sans-serif;
  --plyr-range-thumb-shadow: none;
  --plyr-tooltip-background: rgb(231, 246, 246);
  --plyr-control-icon-size: 16px;
}


.plyr__controls>button[data-plyr="settings"] {
  display: none !important;

}