body {
    background: url("./bliss.svg") no-repeat fixed;
    background-size: cover;
    font-size: 14pt;
    min-height: 100vh;
    display: flex;
    place-content: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*@media (min-width: 992px) {*/
/*    .window {*/
/*        max-width: 90%;*/
/*    }*/
/*}*/

/*@media (min-width: 67rem) {*/
/*    .window {*/
/*        max-width: 65%;*/
/*        min-width: 67rem;*/
/*    }*/
/*}*/
