a>i,
div>i,
button>i:not(.text-light) {
    font-size: 1.5rem;
}

section.container {
    min-height: 80vh;
}


.card-header {
    background-color: transparent !important;
    color: white;
    border-bottom: none !important;
}

*::selection {
    background-color: #0d6efd;
    color: white;
}