.logo {
  width: 100%;
  max-width: 360px;
  height: auto;
}          
            
.monogram-circle { 
  fill: #f5a623; 
}

.monogram-text { 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  fill: white; 
  font-size: 16px; 
  text-anchor: middle; 
  dominant-baseline: middle; 
}
.title { 
  font-family: "Segoe UI", sans-serif;
  font-weight: bold; 
  fill: white; 
  font-size: 22px; 
}
.line { 
  stroke: #f5a623;
  stroke-width: 2; 
}
.subtitle { 
  font-family: "Segoe UI", sans-serif;
  fill: #d0d0d0; 
  font-size: 14px; 
}