.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

body {
  padding-top: 5rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.has-error {
    color: red;
}

.help-block {
    color: red;
}

.card {
    margin-bottom: 30px;
}

.bg-dark {
    background-color: #e689e1 !important;
}

.breadcrumb {
    background-color: #ede1ee;
}

.breadcrumb-item.active {
    color: #db09f7;
}

.breadcrumb-item a {
    color: #f78bf1;
}

.carousel-content h2 {
    color: #db09f7;
    border-bottom: #db09f7 2px solid;
    margin-bottom: 30px;
}

.carousel-content h3 {
    color: #db09f7;
    border-bottom: #db09f7 0px solid;
    margin-bottom: 20px;
}

.btn.btn-link.active {
    background-color: #db09f7;
}
