header{
    height: 90px;
    background-color: red;
    
    /*top bottom 25 | right left 50*/
    padding: 25px 50px; 
    z-index: 2;
    text-align: center;
}

.title{
    color: white;
    font-size: 40px;
}

.topmenu{
    background-color: grey;
    text-align: center;
    font-size: 24px;
}

.topmenu span{
    padding-right: 10px;
}

.mostraClinicas{
    background-color: pink;
}

#clinicas {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 2rem;
}

#clinicas td, th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

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

#clinicas tr:hover {background-color: #ddd;}

#clinicas th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #04AA6D;
  color: white;
}