body {
    display: flex;
    justify-content: center;
    align-items: center;
}

#app {
    width: 100%;
    height: 100%;

    max-width: 1200px;
    max-height: 600px;
}
