html,
body {
    background-image: url("../images/bg_image.jpg");
    background-repeat: no-repeat;
    background-position: center;
        height: 100vh;
    margin: 0px;
    padding: 0px;


}

.container {
    height: 85vh;
}

.notification {
    position: absolute;
    bottom: 0;
    right: 1em;
}