body {
  font-family: arial;
  font-size: 15px;
}

::selection {
  background: none;
}

#browser-compatibility {
  text-align: center;
  background: #fff;
  width: 275px;
  margin-top: -58px;
  margin-left: -137px;
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
}

#music-credits {
  background-color: #598dc5;
}

#butterchurn-share {
  background-size: 100%;
  display: none;
}

#app {
  z-index: -2;
  position: absolute;
  inset: 0;
}

#app #loading {
  color: #fff;
  text-align: center;
  height: 30px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
}

#app #loading .ellipsis-anim span {
  opacity: 0;
  animation: 1s infinite ellipsis-dot;
}

#app #loading .ellipsis-anim span:first-child {
  animation-delay: 0s;
}

#app #loading .ellipsis-anim span:nth-child(2) {
  animation-delay: .1s;
}

#app #loading .ellipsis-anim span:nth-child(3) {
  animation-delay: .2s;
}

@keyframes ellipsis-dot {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.desktop-icon {
  text-align: center;
  cursor: pointer;
  image-rendering: pixelated;
}

.desktop-icon-title {
  color: #fff;
  -webkit-font-smoothing: none;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px dotted #0000;
  width: 100%;
  margin-top: 5px;
  font-family: MS Sans Serif, Segoe UI, sans-serif;
  font-size: 11px;
}

.desktop-icon.selected .desktop-icon-title {
  background-color: navy;
  border-color: #fff;
}

.desktop-icon.selected img {
  filter: brightness(.35) sepia() hue-rotate(148deg) saturate(10);
}
/*# sourceMappingURL=index.b146ad14.css.map */
