/* css styles */

.quarto-title h1.title
 {
  text-align: center;
}


.center-img 
{
  display: block;              
  margin-left: auto;           
  margin-right: auto;          
}

.team-photo
 {
  width: 150px;                
  height: 150px;               
  object-fit: cover;           
  border-radius: 8px;          
  margin-bottom: 10px;         
}



.navbar-brand img 
{
  height: 50px;                
  max-height: 60px;            
}

