/* body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #686868;
  font-size: 15px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 100%;
  background: linear-gradient(90deg, #0a2688, #0072ff);
} */
/* body *, body *:before, body *:after {
  box-sizing: inherit;
} */
.anime-rating {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  /* background-color: rgba(0, 0, 0, 0.529);
  border-radius: 50%; */
}
.anime-rating svg {
  display: inline-flex;
  vertical-align: bottom;
  width: 50px;
  height: 50px;
}
.anime-rating circle {
  stroke: rgba(52, 154, 76, 0.25);

  stroke-width: 5px;
  stroke-dasharray: 0;
  fill: rgba(0, 0, 0, 0.466);
}
.meter {
  stroke-width: 8px;
  stroke: #0eb059;
  fill: none;
  transition: stroke-dashoffset 1s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transform-origin: center center;
  transform: rotate(-90deg) scaleX(-1);
}
.anime-rating text {
  fill: #ffffff;

  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
