* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #000000;
}

.container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
}

path {
  fill: transparent;
}

text {
  text-transform: uppercase;
  fill: #fff;
}

#text-primary text {
  font-family: "Tusker Grotesk" !important;
  font-size: 46px;
}

#text-secondary text {
  font-family: "PP Neue Montreal" !important;
  font-size: 20px;
}

.disk {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background: url(./cd.png) no-repeat 50% 50%;
  background-size: cover;
}

.cover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 100%;
  overflow: hidden;
}
