[data-bs-theme=dark] {
--bs-body-color: #ffffff;
--bs-body-bg: #000000;
}
a {
color: rgb(125 36 176);
}
.profile-img {
  width: 155px;
  height: 155px;
  object-fit: cover;
  border: 1px solid white;
  border-radius: 50%;
  margin-bottom: 20px;
}
.paper-img {
  display: flex;
  align-items: center;
  background-color: white;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 4px !important;
  margin-bottom: 20px;
}
.paper-img img {
  width: inherit;
}
.l1 {
  width: 34px;
  display: inline-block;
  aspect-ratio: 4;
  background: radial-gradient(circle closest-side,#FFF 90%,#0000) 0/calc(100%/3) 100% space;
  clip-path: inset(0 100% 0 0);
  animation: l1 4s steps(4) infinite;
}
@keyframes l1 {to{clip-path: inset(0 -34% 0 0)}}
