html,
body {
    width: 100%;
    height: 100%;

    background-color: var(--color-03);
}

main {
    height: 100%;

    background: none;
    background-color: transparent;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}