@charset "UTF-8";

body {
  background-color: #d7dacd;
  color: #1caa95;
}
.bg-dark {
  background-color: #1caa95 !important;
}
strong {
  font-weight: 800;
  color: #0b8b78;
}
h1.title {
  font-weight: 800;
  border-bottom: 3px solid;
  padding-bottom: 0.5rem;
}

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

.alert-trmp {
  color: #412f4c;
  background-color: #f0c031;
  border-color: #f0c031;
}
.alert-trmp .alert-heading {
  font-weight: 800;
}

.card-header {
  background-color: #1caa95;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  border-bottom: none;
}

.backToTop {
  font-size: 3rem;
  font-weight: 800;
  color: #aaa;
}
