﻿.dekoracia {
  width: 70px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.kruh {
  width: 15px;
  height: 15px;
  background-color: #292929;
  border-radius: 50%;
}

.kruh2 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #70e906;
}
