@charset "UTF-8";

/* —————————————————————————————
    index.css
————————————————————————————— */

@import url('common.css');

.top-bar {
    height: 32px;
}

.grid {
    display: grid;
    place-items: center;
    width: 100%;
    height: calc(100% - 32px);
    grid-template-rows: 20% 35% 40% 4%;
}

/* コピーライト */
.copyright {
    bottom: 0px;
}
