#nav-sidebar,
.breadcrumbs,
.skip-to-content-link {
    display: none !important;
}

.btn-primary {
    background-color: var(--header-bg, #417690) !important;
    border-color: var(--header-bg, #417690) !important;
}

.btn-primary:hover {
    background-color: #356b80 !important;
    border-color: #356b80 !important;
}

/* Center the card in the middle of the page */
#content {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 90%;
}

#container {
    padding: 0 !important;
    min-height: 70vh !important;
}