.page{
    display: flex;
    width: 100%;
    height: 100%;
}
.page-background {
    width: 100vw;
    height: 100vh;
    position: fixed;
}
