html {
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 16px;
}

body {
    position: relative;
    height: 100vh;
    background-color: var(--background-color);
}

.layout {
    display: grid;
    grid-template-columns: 250px 1fr;
}

.main {
    height: 100%;
}

h1 {
    font-size: 2em;
}
