#__nuxt {
display: flex;
min-height: 100vh;
background-image: url("pictures/background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position-x: center;
}