body {
  background-color: #fafafa;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.social-icon {
  font-size: 1.8rem;
  color: #000000;
}

@media (max-width: 768px) {
  .social-icon {
    font-size: 2rem;
    padding: 5px;
  }
}

.profile-pic {
  width: 5rem;
  height: 5rem;
  border-radius: 10%;
  object-fit: cover;
}

.about-me {
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 0.5rem 0;
}

.recommendation {
  margin-bottom: 3.5rem;
  transition: all 0.2s ease-in-out;
  text-align: left;
}

.recommendation p {
  margin-bottom: 0.5rem;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.blockquote-footer {
  text-align: right;
  font-size: 0.9rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #555555;
}

.blockquote-footer cite a {
  color: #555555;
  transition: color 0.2s ease;
}

.blockquote-footer cite a:hover {
  color: #000000;
}

.left-header {
  padding-bottom: 1rem;
}

.left-header h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section {
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .col-md-7 {
    margin-top: 2rem;
  }
  
  .city-info {
    text-align: center;
  }
}