.bioContainer {
    height: 100%;
    width: 75.0vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vh;
    transition: .3s;
    padding-top: 1.5vh;
    padding-bottom: 22.5vh;
    z-index: 2;
}

.bioInput {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .96vh;
}

.bioInputLabel {
    color: grey;
    font-size: 1.5rem;
    font-family: inherit;
    user-select: text;
}