* {
    margin: auto;
}
html, body {
    height: 100%;
}
#app {
    height: 100%;
    display: flex;
    background-image: url("../img/1_pattern.png");
}