#portal-side-nav-toggle {
    display: none;
}

#dsd_link_sec_cont {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    padding: 2rem;
}
#dsd_link_sec_text {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
#dsd_link_sec_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--distro-light-green-2);
    color: black;
    height: 2.5rem;
    width: 10rem;
    font-weight: 600;
}
@media screen and (max-width: 500px) {
    #main-cont > br {
        display: none;
    }
}
