body {
    background-color: black;
    color: white;
    font-size: 18px;
    padding: 20px;
    font-family: 'Poppins', Arial;
}

.h2 {
    font-size: 26px;
    font-family: 'PoppinsM', Arial;
}

@font-face {
    font-family: 'Poppins';
    src: url(./Poppins-Regular.ttf);
}

@font-face {
    font-family: 'PoppinsB';
    src: url(./Poppins-Bold.ttf);
}

@font-face {
    font-family: 'PoppinsM';
    src: url(./Poppins-Medium.ttf);
}


#disclaimer-screen, #main-content {
    display: flex;
    flex-direction: column;
    justify-content: bottom;
    align-items: bottom;
    height: 0vh;
}

.hidden {
    visibility: hidden;
  }
