h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Fredericka the Great', cursive;
}

a {
    color: #80b2de;
}

.borders {
  border: 5px solid blue;
  outline: 5px solid red;
}

h2 {
  font-size:2rem;
}

.pricing {
  font-size: 1.6rem;
  font-family: 'Fredericka the Great', cursive;
}

.border-primary {
  border: 4px solid #171A93 !important;
}

.border-secondary {
  border: 4px solid #9ADBCD !important;
}

.btn-primary {
  background-color: #9ADBCD;
  border:none;
}

.vertical-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn {
  font-family: 'Fredericka the Great', cursive;
  font-weight: bold;
}

.alert-primary {
  background-color: #fdf3f4;
  color: #f2adb1;
  border-color: #f9d9db;
}

.alert-primary .alert-link {
  color: #ef979c;
}

.breadcrumb {
  background-color: transparent;
  border: 1px solid #94bee4;
}

.breadcrumb-item.active {
  color: black;
}

footer {
  font-family: 'Fredericka the Great', cursive;
}

.active {
  font-weight: bold;
}
