main {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: calc(var(--menubar-height) / 2);
}