 body {
  background-image: url("rotocalcio_stadium.png");
}

h1 {
  text-align: center;
  color: white;
}

h2 {
  text-align: center;
  color: white;
}
h3 {
  text-align: center;
  color: white;
}

.wmfanchart {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.wmfanpage {
  max-height: 700px;
  overflow-y: auto;
}
.wmfanscrollable {
  max-height: 600px;
  overflow-y: auto;
}

.wmfanfooter {
  font-style: italic;
  font-size: x-small;  
  color: white;
}

.wmfantable { 
  width: 70%;
  margin-left: auto; 
  margin-right: auto;
}

.wmfanchart { 
  width: 50%;
  margin: auto; 
}


.wmfanlist { 
  font-size: large;
  width: 60%;
  margin-left: auto; 
  margin-right: auto;
}


a:link, a:visited, a:active {
  color: white;
}

a:hover, a:focus {
  color: lightblue;
}


th {
  background-color: #000000;
  color: white;
}

tr:nth-child(even) {
  background-color: #DDDDDD;
}

tr:nth-child(odd) {
  background-color: #FFFFFF;
}


