body {
  margin: 0px;
  height: 100%;
  overflow: hidden;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: rgb(132,220,171);
  background: radial-gradient(circle, rgba(132,220,171,1) 0%, rgba(76,63,168,1) 90%);
}
#animacija {
  width: 60vmin;
  height: 60vmin;
  min-width: 250px;
  min-height: 250px;
}

#animacija svg {
  pointer-events: none;
  user-select: none;
}