html, body {
    height: 100%;
}

body {
    background: linear-gradient(0deg, rgb(233, 236, 239) 0px, rgba(233, 236, 239, 0.9) 25%, rgba(233, 236, 239, 0.3) 100%) 100%, url("./background.jpg") rgba(0, 0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    max-width: 42em;
}