.vote-button {
  width: 320px;
  height: 55px;
  border-radius: 30px;
  background-color: #957152;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: var(--t-text-font, Arial);
}