

body {
    background-image:url('images/mj\ the\ musical.jpeg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.max-width {
    max-width: 1900px;
}