.VoteBlock__button {
  outline: none;
  border: none;
  background: none;

  color: #babfc4;
  cursor: pointer;
}

.VoteBlock__button svg {
  width: 36px;
  height: 36px;
}

.VoteBlock__value {
  font-size: 21px;
  text-align: center;
  color: #6b727c;
}

.VoteBlock__button[data-voted="true"] {
  color: green;
}

@media (max-width: 600px) {

  .VoteBlock__button svg {
    width: 26px;
    height: 26px;
  }

}
