.bg-body-tertiary {
    background-color: white !important;
    z-index: 1;
}

.navbar-toggler {
    border: none;
}

label {
    padding: 10px;
    font-size: 24px;
}

input {
    border: none !important;
    border-radius: 50px !important;
    background-color: #ecf0f1 !important;
    color: white;
}

textarea {
    border: none !important;
    border-radius: 25px !important;
    background-color: #ecf0f1 !important;
    color: white;
}