.instrument-serif-regular {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .instrument-serif-regular-italic {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: italic;
  }

.playlist-container {
    width: 50%;
    margin: 0 auto;
    top: 120px;
    position: relative;
}
.song-row {
    width: 100%;
    margin-left: 1rem;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 7rem;
    border-bottom: 1px solid #75726e5a;
}

h1 {
    font-style: normal;
    font-size: 7rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #fff2df;
}

body {
    background-color: rgb(29,29,31);
}

footer {
    position: fixed;
    bottom: 80px;
    width: 100%;
    padding-top: 2rem;
    border-top: 2px solid #84807bb3;
}