@charset "UTF-8";

body {
    transform-origin: top left;
    transform: scale(calc(100vw / 1200px));
    margin: 0;
}

div#moon-menu {
    position: relative;
}

div.section {
    min-height: 90vh;
}

div.section:not(:first-child) {
    border: none !important;
    break-before: page;
    page-break-before: always;
}

div.section-title div.sticky {
    position: relative;
}
