#footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    width: 40%;
    margin: 200px auto 0px auto;
    padding-bottom: 24px;
    text-align: center;
}

#footer:hover #bottomTextFlex {
    opacity: 1;
}

#legalDisclaimer {
    color: grey;
    margin: 4px auto 12px auto;
    font-size: 0.7rem;
}

#normalDebateLogoStacked {
    height: 75px;
    object-fit: contain;
}

#bottomTextFlex {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 18px;
}

.bottomTextFlexLink {
    text-decoration: none;
    color: black;
    font-size: 0.9rem;
}

.bottomTextFlexLink:hover {
    text-decoration: underline;
}