@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Jost:ital,wght@0,100..900;1,100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Prompt", serif;
    font-weight: 200;
    min-height: 100vh;
}
.page-wrapper {
    height: 100vh;
}
h1, h2, h3 {
    font-weight: 400;
}
h1 {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 1.4rem;
}
h3 {
    font-size: 1.2rem;
}
th {
    font-weight: 400;
}
.text-justify {
    text-align: justify;
}
.page-heading {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3rem 0;
}
.homepage-section {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100vh;
}
.section-heading {
    text-align: center;
    padding: 0 0 5rem;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    margin-left: .75rem;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}