/* Show it is fixed to the top */
body {
  margin-top: 180px;
  min-height: 75rem;
  padding-top: 50px;

}
 nav {
margin-top: 100px;
border: 1px solid black; 
background-color: rgb(208, 52, 52);
	 
 }

#tito {
  margin-top: 0px;
  padding: 0px;
	height: 100px;
  text-align: center;
  background-color: rgb(208, 52, 52);
  color: rgb(1, 1, 1);
  font-size: 32px;
  border: 1px solid black; 
  display: flex; /* Coloca os elementos em linha */
  align-items: center; /* Alinha verticalmente ao centro (opcional) */
  justify-content: center;
 
}


#tito img {
  margin-left: 125 px; /* Adiciona um espaçamento à direita da imagem (opcional) */
  width:90px;
  height:90px;
}