html { 
  background-color:#000;
  font-size:12pt;
  color:#fff;
}

p, ul {text-align:left;}
p {margin:2rem;}

.display {
width:100%;
font-family:tahoma, sans-serif; 
text-align:center; 
background-color:#000; 
}

.sponsor {margin:1rem; width:100%; max-width:100px; min-width:100px;}

 #parent {
        display: table;
        width: 100%;
        height: 100px;
        text-align: center;
      }
      #child {
        display: table-cell;
        vertical-align: middle;
      }

  
}
















