body {
  background: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20328.gif) repeat black;
  color: #3c1413;
}

#nav {
  width: 15vw;
  position: relative;
  float: left;
  z-index: 1;
  top: 1vh;
  left: 1vw;
  background: #fff url(https://jpbeetl.neocities.org/R-1103940-1581637515-1293.jpg) repeat;
  overflow-x: hidden;
  padding: 1rem 0;
  border: ridge 5px #6794a4;
  margin: 1% ;
  display: flex;
}

#nav a {
  margin-top: 1vh;
  margin-bottom: 0.5vh;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  border: #3e6573 2px solid;
  background: #6794a4;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  font-family: "Times New Roman";
}

#nav img {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  filter: drop-shadow(6px 6px 10px black);
}
  
#nav a:hover {
  color: white;
}

#main {
  position: fixed;
  height: 80vh;
  left: 18vw;
  width: 30vw;
  top: 3.7vh;  
}

.intro {
  width: 40vw;
  color: #295439;
  padding: 0.25rem;
  background: #fff;
  border: ridge 5px #6794a4;
  text-align: left;
  z-index: 2;
  float: left;
  top: 1vh;
}

.mainpage {
  width: 40vw;
  color: black;
  margin-top: 0.5rem;
  padding: 0.25rem;
  background: #fff;
  border: ridge 5px #6794a4;
  text-align: left;
  z-index: 2;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mainpage img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 50%;
}

.audio-player {
  position: absolute;
  top: 1vh;
  left: 41.5vw;
  width: 25vw;
  color: black;
  padding: 0.5rem 0.5rem;
  background: #fff;
  border: ridge 5px #6794a4;
  text-align: left;
  z-index: 3;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.audio-player img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.progress {
    height: 10px;
    background-color: #6794a4;
    margin-top: 10px;
}

.progress-bar {
    width: 0;
    height: 100%;
    background-color: #fff
}

#current-time, #total-time {
    margin-top: 5px;
    flex-direction: row;
}
  