@media only screen and (max-width: 768px) {
    .topbar {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}