@layer theme, util, overrides;

@import "theme.css" layer(theme);
@import "util.css" layer(util);


* {
    --canvas-size: calc(100vh - 4rem);
}

.control-bar {
    display: flex;
}


#container {
    position: relative;
    margin: 0 auto; 
    width: 1000px
}

#story {
    width: 800px;
}

.cover-art {
    width: 400px;
    float: left;
}

.gameplay {
    white-space: pre-line;
}

.attributions {
    margin-top: 10rem;
    font-size: 9px;
}