html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;

  
}
.fonttitoli{
  font-family: "Unica One", cursive;
}
.tabcliccato {
  color: #f1d302;
}
.sfondouno {
  background-color: #16104c;
  /* background-color: #388ef0; */
}
.fontblu{
  color: #16104c;
}
.scrittasponsor{
  font-size: 10px;
}
.sfondonew {
  background-color: #16104c;
}
.sfondodue {
  background-color: #fcfcfc;
}
.text-vs {
  color: #5e180e;
}
.sfondomarrone {
  background-color: #ffa300;
}
.sfondomarronesi {
  background-color: #5e180e;
}
.navbars {
  height: 70px;
}
.allinea-sinistra {
  font-size: 20px;
  text-align: left;
}
.push-right {
  float: right;
}
.sfondocalcio {
  background-size: cover;
  background-position: center center;
  background-image: url("../img/calcio.png");
  background-repeat: no-repeat;
}
.sfondobasket {
  background-size: cover;
  background-position: center center;
  background-image: url("../img/basket.png");
  background-repeat: no-repeat;
}
.sfondovolley {
  background-size: cover;
  background-position: center center;
  background-image: url("../img/volley.png");
  background-repeat: no-repeat;
}
.boxcontenutocentrato {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.persport-btn {
  width: 20%;
}
.filigrana{
  background-color: rgba(250, 250, 250, 0.8) ;
}
.border-marrone {
  border-color: #5e180e !important;
}
@media (max-width: 600px) { 
  .persport-btn {
    width: 28%;
  }  

}