.header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

#logo {
  font-weight: bold;
  font-size: 25px;
  margin-right: 30px;
}

#vote_details {
  display: flex;
  margin-top: 10px;
  margin-right: auto;
  font-size: medium;
}

.vote_logo {
  margin-right: 3px;
}

.content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

#left {
  display: flex !important;
  align-items: center !important;
  gap: 15px;
  left: 8%;
  position: absolute;
  top: 4%;
}

.button {
  background-color: white !important;
  box-shadow: rgb(183 183 183 / 50%) 0px 2px 17px !important;
  padding: 1em;
  color: black;
  border-radius: 8px;
}

#holder {
  width: 600px;
  height: 300px;
}

#holder,
.best {
  font-size: xxx-large !important;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 12px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

#t {
  text-align: -webkit-center;
  font-size: xxx-large !important;
}

body {
  margin: 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}

#body {
  height: fit-content !important;
}

h1 {
  margin-bottom: 4rem !important;
}

#vote,
#plus,
#minus {
  display: flex;
}

#vote {
  margin-top: 2rem !important;
}

#plus {
  margin-left: 2rem !important;
}

#plus_b,
#minus_b {
  font-size: xx-large !important;
  cursor: pointer !important;
  display: block !important;
  height: 60px !important;
  width: 60px !important;
  border-radius: 40px !important;
  padding-bottom: 40px !important;
  box-shadow: rgb(183 183 183 / 50%) 0px 2px 17px !important;
}

.emoji {
  text-align: center;
  top: 17px;
  position: relative;
}

.best {
  width: 400px;
  height: 200px;
}

@media (max-width: 700px) {
  #holder,
  .best {
    width: 320px;
    height: 180px;
  }

  #t,
  .best p {
    font-size: x-large !important;
  }

  #left {
    flex-direction: row !important;
    gap: 10px !important;
  }

  .button {
    font-size: 13px !important;
  }
  #best span {
    display: none;
  }
  #best:after {
    content: "🔙";
  }
  .title {
    font-size: medium !important;
  }
  #logo {
    font-size: 17px !important;
    margin-right: 13px;
  }
  .share {
    right: -7px !important;
    top: -58px !important;
  }
}

#share {
  margin-left: auto;
  position: relative;
  top: -25px;
  right: 10px;
  cursor: pointer;
}

.share {
  margin-left: auto;
  position: relative;
  cursor: pointer;
  right: -127px;
  top: -61px;
}

.back {
  margin-top: 3rem !important;
  background-color: white !important;
  box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px !important;
  border-radius: 15px !important;
  z-index: 99;
}

#best {
  position: fixed !important;
  top: 5px !important;
  left: 30px !important;
  cursor: pointer !important;
}

.card {
  margin-bottom: 15px;
}

#content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-height: 100%;
}

.best p {
  font-size: xx-large;
  text-align: -webkit-center;
}

#title {
  font-size: xxx-large;
  margin: 3rem;
}

#anim_p,
#anim_m {
  visibility: hidden;
}

.hidden {
  visibility: hidden !important;
}

#anim_p {
  left: 55%;
  top: 81%;
}

#anim_m {
  left: 44%;
  top: 81%;
}

.title {
  margin-bottom: 4%;
  font-size: x-large;
}
