/* Tags */
h1,
h2,
h3 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

section {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

/* Custom positioning */
.center-this {
    margin-left: auto !important;
    margin-right: auto !important;
}

.center50 {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.center75 {
    width: 75%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.center100 {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.margin-top-25 {
    margin-top: 25px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-sides-5 {
    margin-left: 5px;
    margin-right: 5px;
}

/* Modifications */

.navbar-dark .nav-link:link {
    color: white;
}

.navbar-dark .navbar-brand {
    color: white;
    font-weight: bolder;
}

.display-4 {
    line-height: 1.3 !important;
}

/* Custom classes */

.bg-fix {
    background-color: #f8d7da !important;
}

.bg-primary {
    background-color: #185ff7 !important;
}

label {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
