body {
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body > .section {
    flex-grow: 1;
}

.notification {
    transition: opacity 0.4s ease;
}

.notification.is-fading {
    opacity: 0;
}

.theme-toggle {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.25rem;
    padding: 0.25rem 0.5rem;
}
