body {
  background-image: url(black.png), url(starrypurpline.gif);
  background-position: center, center;
  background-repeat: repeat-y, repeat;
  color: red;
  font-family: Comic Sans MS;
}

.audio-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.votes {
  text-align: center;
  font-size: 75px;
}

.votenow {
  text-align: center;
  font-size: 30px;
}

