@import "variables.css";
@import "themes.css";
@import "components.css";

body{
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 1rem;
    background-color: var(--bg-color);
    /* overflow-x: hidden; */
}

main{
    flex: 1;
}