    header {
	  background-color: #1E2A33;
	  padding: 10px;
	  text-align: center;
	  margin: auto;
	  color: white;
          width:auto;
         height: 80px;
	}
	
    .elem:hover {
      transform: scale(1.1);
      filter: brightness(110%);
      opacity: 1.0;
    }	
    
  .faixa ul li {
    display: inline-block;
    width:60px;
    padding-right: 5px;
    padding: 1px;
    position: relative;

  }
  
  .quadro {
   display: inline-block;
   width:100%;
   padding-right: 5px;
   padding: 5px;
   position: relative;
  }
  
 .mono {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 16px;
  font-weight: bold;
}
 

