.default-background {
    background-image: url('images/default_background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;

    min-width: 100%;
    min-height: 100%;
}
