body {
    font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #c6fdff;
}

h1 {
    font-size: 3rem !important;
    font-weight: bold !important;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

h5 {
    font-size: 1rem;
}

.accordion-button {
    font-size: 1.5rem;
    font-weight: bold;
}

label {
    font-size: 1rem;
    font-weight: regular;
}

a {
    text-decoration: None !important;
    color: #c6fdff !important;
}