.img-shadow-01 {
  box-shadow: 15px 15px 50px 10px #b5b2b2;
}

.skills-titles {
  font-weight: 600;
}

.source-san-pro {
  font-family: 'Source Sans Pro';
}

.markdown-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 2.2;
}

.markdown-content p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 2.2;
  color: #101010;
}

.markdown-content li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  color: #101010;
}

.markdown-content h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 50px;
  margin-top: 10px;
  font-weight: 600;
}

.markdown-content h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 35px;
  margin-top: 20px;
  font-weight: 600;
}

.markdown-content h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 26px;
  margin-top: 25px;
  font-weight: 600;
}