* {
  margin: 0;
  padding: 0;
}

:root {
  font-size: 16px;
}

html {
  background-color: black;
}

body {
  font-family: "IBM Plex Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.65dvw;
  font-weight: 400;
  color: white;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: white;
}

.songs-box {
  white-space: nowrap;
  text-overflow: hidden;
  text-align: center;
}

.songs-box ol {
  list-style-position: inside;
}