* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

body {
  width: 100% !important;
  height: 100%;
  /* background:url(../img/bg-sfondo.png); */
  background: #130B31;
  background-size: cover;
  /* border: 2px solid red; */
  margin: 0;
  padding: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  text-decoration: none;
}

.contain {
  max-width: 1100px;
  width: 100%;
  padding: 20px 10px;
}

.box-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  /* margin-top: 50px; */
}

.justify__content {
  display: flex;
  justify-content: center;
}

.btn-result {
  padding: 5px 15px;
  font-size: 1rem;
}

.btn-delete {
  padding: 5px 15px;
  font-size: 1rem;
  color: #ffffff !important;
  background: red;
}

.btn-vote-mobile {
  margin: 10px 0 10px 10px;
  padding: 5px;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 1px 1px 1px #555;
  width: 20% !important;
  height: auto;
  border-radius: 20px;
  background: linear-gradient(#130B31 0 0) padding-box, linear-gradient(90deg, rgba(83, 183, 240, 1) 0%, rgba(135, 58, 240, 1) 33%, rgba(214, 201, 64, 1) 66%, rgba(223, 252, 80, 1) 100%) border-box;
  border: 2px solid transparent;
  text-transform: uppercase;
}

.poster-title {
  width: 80% !important;
}

h4 {
  color: #54B4F0;

}

p.realeyes {
  color: #ffffff;
  /* background: -webkit-linear-gradient(0deg, rgba(83,183,240,1) 0%, rgba(135,58,240,1) 33%, rgba(214,201,64,1) 66%, rgba(223,252,80,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

hr {
  margin-bottom: 20px;
}

.elenco_risultato {
  list-style-type: none;
  /* margin-top: 30px; */
}

.elenco_risultato li {
  font-size: 1.5rem !important;
  color: #fff;

}

.elenco_risultato li span {
  font-weight: 600;
  width: 100%;
  color: #FDC215;
}

.elenco_risultato li p {
  font-weight: 300;
  font-size: 1rem;
}

/* home */
.img-logo {
  max-width: 300px;
  height: autox;
  margin: 30px 50px 0 50px;
}

.img-logo_mob {
  max-width: 300px;
  height: autox;
  margin: 10px;
}


.flex__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}