@charset "utf-8";

/* CSS Document */

.section-anchor {
    border: none;
    position: absolute;
    margin-top: -90px;
    z-index: 999;
}
.sa-form-label {
    margin-bottom: 0;
    display: none;
}
.music ul {
    margin: 0;
    padding: 0;
}
.music li {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1rem 0;
}
.music li:last-child {
    margin-bottom: 0;
}
.music p {
    margin: 0;
    padding: 0 0 0 1.2rem;
}
/*
audio:hover { 
  box-shadow: 5px 5px 10px rgba(0,0, 0, 0.4);
  border-radius: 90px;
  transform: scale(1.05);
}
audio:active { 
  box-shadow: 5px 5px 10px rgba(0,0, 0, 0.4);
  border-radius: 90px;
  transform: scale(1.05);
}
*/