.mode-container {
    padding: 0.5em 0.3em;
    display: flex;
    justify-content: center;
    gap: 3em;
}

#online-mode {
    background-color: #183E6F;
    color: white;
}
#archive-mode {
    background-color: #5892C7;
    display: none;
}