.page {
    background-image: url("/img/expired-background.jpg");
    background-size: cover;
    background-position: center top;
    min-height: 650px;

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