
.okvir{
  width: 80 !important;
}

.container {
  position: absolute;
  padding-top: 2vh;
  padding-bottom: 2vh;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #111;
}

.circle {
  position: inherit;
  top: 50%;
  left: 50%;
  width: 2.5vh;
  height: 2.5vh;
  border-radius: 50%;
  margin: -1.25vh 0 -1.25vh;
  animation-duration: 2s, 1s;
  animation-iteration-count: infinite;
  animation-direction: normal, alternate;
  animation-timing-function: linear;
  z-index: 1;
}
.circle:nth-child(1) {
  animation-name: color-anim, move-circle-1;
  animation-delay: -0.0833333333s, -0.25s;
}
@keyframes move-circle-1 {
  from {
    transform: rotate(0deg) translate(-14.2857142857vh) rotate(0deg);
  }
  to {
    transform: rotate(0deg) translate(-45.4545454545vh) rotate(0deg);
  }
}
.circle:nth-child(2) {
  animation-name: color-anim, move-circle-2;
  animation-delay: -0.1666666667s, -0.5s;
}
@keyframes move-circle-2 {
  from {
    transform: rotate(15deg) translate(-14.2857142857vh) rotate(-15deg);
  }
  to {
    transform: rotate(15deg) translate(-45.4545454545vh) rotate(-15deg);
  }
}
.circle:nth-child(3) {
  animation-name: color-anim, move-circle-3;
  animation-delay: -0.25s, -0.75s;
}
@keyframes move-circle-3 {
  from {
    transform: rotate(30deg) translate(-14.2857142857vh) rotate(-30deg);
  }
  to {
    transform: rotate(30deg) translate(-45.4545454545vh) rotate(-30deg);
  }
}
.circle:nth-child(4) {
  animation-name: color-anim, move-circle-4;
  animation-delay: -0.3333333333s, -1s;
}
@keyframes move-circle-4 {
  from {
    transform: rotate(45deg) translate(-14.2857142857vh) rotate(-45deg);
  }
  to {
    transform: rotate(45deg) translate(-45.4545454545vh) rotate(-45deg);
  }
}
.circle:nth-child(5) {
  animation-name: color-anim, move-circle-5;
  animation-delay: -0.4166666667s, -1.25s;
}
@keyframes move-circle-5 {
  from {
    transform: rotate(60deg) translate(-14.2857142857vh) rotate(-60deg);
  }
  to {
    transform: rotate(60deg) translate(-45.4545454545vh) rotate(-60deg);
  }
}
.circle:nth-child(6) {
  animation-name: color-anim, move-circle-6;
  animation-delay: -0.5s, -1.5s;
}
@keyframes move-circle-6 {
  from {
    transform: rotate(75deg) translate(-14.2857142857vh) rotate(-75deg);
  }
  to {
    transform: rotate(75deg) translate(-45.4545454545vh) rotate(-75deg);
  }
}
.circle:nth-child(7) {
  animation-name: color-anim, move-circle-7;
  animation-delay: -0.5833333333s, -1.75s;
}
@keyframes move-circle-7 {
  from {
    transform: rotate(90deg) translate(-14.2857142857vh) rotate(-90deg);
  }
  to {
    transform: rotate(90deg) translate(-45.4545454545vh) rotate(-90deg);
  }
}
.circle:nth-child(8) {
  animation-name: color-anim, move-circle-8;
  animation-delay: -0.6666666667s, -2s;
}
@keyframes move-circle-8 {
  from {
    transform: rotate(105deg) translate(-14.2857142857vh) rotate(-105deg);
  }
  to {
    transform: rotate(105deg) translate(-45.4545454545vh) rotate(-105deg);
  }
}
.circle:nth-child(9) {
  animation-name: color-anim, move-circle-9;
  animation-delay: -0.75s, -2.25s;
}
@keyframes move-circle-9 {
  from {
    transform: rotate(120deg) translate(-14.2857142857vh) rotate(-120deg);
  }
  to {
    transform: rotate(120deg) translate(-45.4545454545vh) rotate(-120deg);
  }
}
.circle:nth-child(10) {
  animation-name: color-anim, move-circle-10;
  animation-delay: -0.8333333333s, -2.5s;
}
@keyframes move-circle-10 {
  from {
    transform: rotate(135deg) translate(-14.2857142857vh) rotate(-135deg);
  }
  to {
    transform: rotate(135deg) translate(-45.4545454545vh) rotate(-135deg);
  }
}
.circle:nth-child(11) {
  animation-name: color-anim, move-circle-11;
  animation-delay: -0.9166666667s, -2.75s;
}
@keyframes move-circle-11 {
  from {
    transform: rotate(150deg) translate(-14.2857142857vh) rotate(-150deg);
  }
  to {
    transform: rotate(150deg) translate(-45.4545454545vh) rotate(-150deg);
  }
}
.circle:nth-child(12) {
  animation-name: color-anim, move-circle-12;
  animation-delay: -1s, -3s;
}
@keyframes move-circle-12 {
  from {
    transform: rotate(165deg) translate(-14.2857142857vh) rotate(-165deg);
  }
  to {
    transform: rotate(165deg) translate(-45.4545454545vh) rotate(-165deg);
  }
}
.circle:nth-child(13) {
  animation-name: color-anim, move-circle-13;
  animation-delay: -1.0833333333s, -3.25s;
}
@keyframes move-circle-13 {
  from {
    transform: rotate(180deg) translate(-14.2857142857vh) rotate(-180deg);
  }
  to {
    transform: rotate(180deg) translate(-45.4545454545vh) rotate(-180deg);
  }
}
.circle:nth-child(14) {
  animation-name: color-anim, move-circle-14;
  animation-delay: -1.1666666667s, -3.5s;
}
@keyframes move-circle-14 {
  from {
    transform: rotate(195deg) translate(-14.2857142857vh) rotate(-195deg);
  }
  to {
    transform: rotate(195deg) translate(-45.4545454545vh) rotate(-195deg);
  }
}
.circle:nth-child(15) {
  animation-name: color-anim, move-circle-15;
  animation-delay: -1.25s, -3.75s;
}
@keyframes move-circle-15 {
  from {
    transform: rotate(210deg) translate(-14.2857142857vh) rotate(-210deg);
  }
  to {
    transform: rotate(210deg) translate(-45.4545454545vh) rotate(-210deg);
  }
}
.circle:nth-child(16) {
  animation-name: color-anim, move-circle-16;
  animation-delay: -1.3333333333s, -4s;
}
@keyframes move-circle-16 {
  from {
    transform: rotate(225deg) translate(-14.2857142857vh) rotate(-225deg);
  }
  to {
    transform: rotate(225deg) translate(-45.4545454545vh) rotate(-225deg);
  }
}
.circle:nth-child(17) {
  animation-name: color-anim, move-circle-17;
  animation-delay: -1.4166666667s, -4.25s;
}
@keyframes move-circle-17 {
  from {
    transform: rotate(240deg) translate(-14.2857142857vh) rotate(-240deg);
  }
  to {
    transform: rotate(240deg) translate(-45.4545454545vh) rotate(-240deg);
  }
}
.circle:nth-child(18) {
  animation-name: color-anim, move-circle-18;
  animation-delay: -1.5s, -4.5s;
}
@keyframes move-circle-18 {
  from {
    transform: rotate(255deg) translate(-14.2857142857vh) rotate(-255deg);
  }
  to {
    transform: rotate(255deg) translate(-45.4545454545vh) rotate(-255deg);
  }
}
.circle:nth-child(19) {
  animation-name: color-anim, move-circle-19;
  animation-delay: -1.5833333333s, -4.75s;
}
@keyframes move-circle-19 {
  from {
    transform: rotate(270deg) translate(-14.2857142857vh) rotate(-270deg);
  }
  to {
    transform: rotate(270deg) translate(-45.4545454545vh) rotate(-270deg);
  }
}
.circle:nth-child(20) {
  animation-name: color-anim, move-circle-20;
  animation-delay: -1.6666666667s, -5s;
}
@keyframes move-circle-20 {
  from {
    transform: rotate(285deg) translate(-14.2857142857vh) rotate(-285deg);
  }
  to {
    transform: rotate(285deg) translate(-45.4545454545vh) rotate(-285deg);
  }
}
.circle:nth-child(21) {
  animation-name: color-anim, move-circle-21;
  animation-delay: -1.75s, -5.25s;
}
@keyframes move-circle-21 {
  from {
    transform: rotate(300deg) translate(-14.2857142857vh) rotate(-300deg);
  }
  to {
    transform: rotate(300deg) translate(-45.4545454545vh) rotate(-300deg);
  }
}
.circle:nth-child(22) {
  animation-name: color-anim, move-circle-22;
  animation-delay: -1.8333333333s, -5.5s;
}
@keyframes move-circle-22 {
  from {
    transform: rotate(315deg) translate(-14.2857142857vh) rotate(-315deg);
  }
  to {
    transform: rotate(315deg) translate(-45.4545454545vh) rotate(-315deg);
  }
}
.circle:nth-child(23) {
  animation-name: color-anim, move-circle-23;
  animation-delay: -1.9166666667s, -5.75s;
}
@keyframes move-circle-23 {
  from {
    transform: rotate(330deg) translate(-14.2857142857vh) rotate(-330deg);
  }
  to {
    transform: rotate(330deg) translate(-45.4545454545vh) rotate(-330deg);
  }
}
.circle:nth-child(24) {
  animation-name: color-anim, move-circle-24;
  animation-delay: -2s, -6s;
}
@keyframes move-circle-24 {
  from {
    transform: rotate(345deg) translate(-14.2857142857vh) rotate(-345deg);
  }
  to {
    transform: rotate(345deg) translate(-45.4545454545vh) rotate(-345deg);
  }
}
@keyframes color-anim {
  0% {
    background-color: #e61d1a;
  }
  25% {
    background-color: #80e61a;
  }
  50% {
    background-color: #1ae6e6;
  }
  75% {
    background-color: #801ae6;
  }
  100% {
    background-color: #e61a1a;
  }
}
