.form-label {
    font-size: 1.5rem;
}
.form-control {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

h1 {
    font-size: 4rem !important;
}

h2 {
    font-size: 3.5rem !important;
}

h3 {
    font-size: 3rem !important;
}

h4 {
    font-size: 2.5rem !important;
}

h5 {
    font-size: 2rem !important;
}

h6 {
    font-size: 1.75rem !important;
}

p {
    font-size: 2rem !important;
}

ol li {
    font-size: 2rem !important;
}

table thead th,
table tbody td {
    font-size: 1.5rem !important;
}

.btn-primary {
    background-color: #ae1c9a !important;
    border-color: #ae1c9a !important;
    font-size: 1.5rem !important;
}

.text-primary {
    color: #ae1c9a !important;
}

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