.no-style-link {
  color: inherit;
  text-decoration: none;
}
.no-style-link:hover,
.no-style-link:focus {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Exo 2", sans-serif;
  color: #353535;
  background-color: #ffffff;
}

h1 {
  color: #353535 !important;
  font-family: "UnifrakturMaguntia", cursive;
}

.custom-hr {
  border: 0;
  height: 3px;
  background-color: #3c6e71;
  margin: 20px 0;
  width: 80%;
}

.custom-hr2 {
  border: 0;
  height: 3px;
  background-color: #3c6e71;
  margin: 20px 0;
  width: 70%;
  align-self: center;
}

.hr-wrapper {
  display: flex;
  justify-content: center;
}

.navbar .nav-link {
  color: #3c6e71;
  transition: text-decoration 0.3s ease;
}

.navbar .nav-link:hover {
  text-decoration: underline;
}

.nav-link i {
  margin-right: 16px;
}

.icon {
  margin-right: 16px;
}

.bordered {
  border: 3px solid #3c6e71;
  border-radius: 10px;
  padding: 20px;
}

.navbar-nav .nav-link {
  font-size: 20px;
}

ul.custom-list {
  list-style-type: none;
  padding-left: 0;
  align-items: center;
}

ul.custom-list li {
  margin-bottom: 10px;
  font-size: 20px;
}

.site-title {
  font-size: 400%;
}

@media (max-width: 768px) {
  .site-title {
    font-size: 300%;
  }
}

a:hover img {
  transform: scale(1.03);
}

.bold-text {
  font-weight: bold;
}

.link-accent {
  color: #3c6e71;
  text-decoration: none;
}

.link-accent:hover,
.link-accent:focus {
  color: #3c6e71 !important;
  text-decoration: underline;
}

.code-dark {
  color: #353535;
}

.updates-list {
  text-align: left;
}

.image-link {
  display: inline-block;
  transition: transform 0.3s ease;
}

.image-rounded {
  margin: 30px 0;
  width: 73%;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.footer-text {
  margin-bottom: 5px;
}
