body {
  margin: 40px auto;
  max-width: 650px;
  line-height: 1.6;
  font-size: 18px;
  color: #dcddde;
  padding: 0 10px;
  font-family: system-ui, sans-serif;
  background-color: #1e1e1e;
}

h1, h2, h3 {
  line-height: 1.2;
}

a {
  color: #b18cff; /* #b18cff #8b6cef */
}



a:hover {
  color: #c9b8ff;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #ffcc66;
  outline-offset: 4px;
}

footer {
    border-top: 1px solid #444;
     font-size: 0.9em;
     color: #888;
     margin-top: 4em;
}

.profile-pic {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    max-width: 100%;
}


.music-player {
  margin: 2rem 0;
}

.music-player audio {
  width: 100%;
  max-width: 500px;
}

