body {
  font-family: 'Segoe UI', sans-serif;
}

.hero {
  background: url('images/toronto-banner.jpg') center/cover no-repeat;
  color: white;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 2px black;
}

.about {
  background-color: #444;
}

blockquote {
  font-style: italic;
  background: #f8f9fa;
  padding: 15px;
  border-left: 5px solid #007bff;
}
