@import url("https://fonts.googleapis.com/css?family=Quicksand:500");

nav, h1, h2 {
  font-family: Quicksand, Sans-Serif;
}

nav a:hover {
  color: #2a2a2a !important;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

main {
  text-align: center;
}

.navbar {
  background-color: white;
}

.quarto-post {
  border-bottom: none !important;
}

.quarto-post {
  display: block !important;
}

.quarto-title-block {
  margin-bottom: 42px !important;
}

.quarto-title {
  margin-bottom: 12px;
}

.quarto-listing h3 {
  padding-bottom: 9px;
}

.listing-actions-group {
  padding-bottom: 21px;
}

.about p {
  text-align: justify;
}

.about-link {
  border-radius: 0px !important;
}

.about-link:hover, .link-btn:hover {
  color: white !important;
  background-color: #2a2a2a !important;
}

.card-title {
  margin-bottom: 12px !important;
}
