@font-face {
  font-family: "Figtree";
  src: url(fonts/Figtree-Regular.ttf);
}

body {
  background-color: #0f0f0f;
  color: white;
  margin: 0;
  font-family: "Figtree";
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 12px;
}

footer {
  margin-top: 24px;
  margin-left: 24px;
  font-size: 12px;
  color: #444;
}

.copyright {
  margin-right: 24px;
  float: right;
}

.topbox,
.box {
  padding: 16px;
  width: 284px;
}

.frame {
  background-color: #666666;
  margin: auto;
  padding-left: 18px;
  padding-top: 20px;
  padding-bottom: 50px;
  width: 335px;
  border-radius: 24px;
}

.topbox {
  display: flex;
  background-color: #1a1a1a;
  border-radius: 12px 12px 0px 0px;
  font-weight: bold;
  align-items: center;
  justify-content: right;
}

.status {
  margin-right: auto;
}

.battery {
  display: inline-block;
  width: 28px;
  height: 16px;
  background-color: #333;
  border-radius: 4px;
  margin-top: -2px;
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
}

.batteryCap {
  display: inline-block;
  width: 4px;
  height: 12px;
  margin-top: -2px;
  border-radius: 0px 4px 4px 0px;
  background-color: #333;
}

.box {
  background-color: #333333;
  height: 195px;
  border-radius: 0px 0px 12px 12px;
}

.album {
  display: inline-block;
  background-image: url(img/album.png);
  background-size: 128px;
  background-repeat: no-repeat;
  width: 128px;
  height: 128px;
  border-radius: 12px;
  margin-left: 10px;
  margin-top: 14px;
}

.text {
  margin-top: -102px;
  margin-left: 160px;
}

.title {
  font-weight: bold;
  font-size: 24px;
}

.artist {
  font-size: 14px;
}

.progress {
  display: flex;
  width: 100%;
  padding-top: 30px;
  height: fit-content;
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  outline: none;
  border-radius: 24px;
  background-color: #1a1a1a;
}

.slider::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  height: 8px;
  cursor: pointer;
  border-radius: 24px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  left: initial;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  border-radius: 100%;
  cursor: pointer;
  /* box-shadow: inset  0 0 1 40px #fff, 114px 0 0 20px #666666; */
  background: #4d4d4d;
}

.slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  cursor: pointer;
  background: #4d4d4d;
}

.time {
  margin-top: 2px;
  font-size: 10px;
}

.timeEnd {
  float: right;
  margin-left: auto;
  font-size: 10px;
}

.button {
  color: #333333;
  font-weight: bold;
  font-size: small;
  margin-left: auto;
  margin-right: 74px;
  margin-top: 50px;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  background-color: #ffffff;
}

.navigation {
  margin-top: 32px;
  margin-inline: auto;
  background-color: #999;
  border-radius: 100%;
  width: 96px;
  height: 96px;
}

.button1 {
  display: inline-block;
  margin-top: 4px;
  margin-left: 80px;
}

.button2 {
  margin-top: -54px;
  margin-left: 4px;
}

.button3 {
  margin-top: -16px;
  margin-left: 180px;
}

.button4 {
  margin-top: 72px;
  margin-left: 86px;
}