@import url('https://fonts.googleapis.com/css2?family=Handjet:wght@300..800&display=swap');


code {
    font-family: 'Handjet', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: black;
    background-color: white !important;
}

a {
    color: grey;
    text-decoration: none !important;
}

a:hover {
    color: black;
    text-decoration: underline !important;
}


.title {
    text-align: center !important;
}

.subtitle {
    text-align: center !important;
    color: white !important;
    padding-top: 0 !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 1rem !important;
}

::selection {
    background: black;
    color: white;
}

.progress .progress-bar {
    font-size: 1rem;
    font-weight: 300;
}

h2 {
    border-bottom: none !important;
}

ul {
    list-style-type: "+" !important;
}