body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    /* background-image: url('media/bg_lo.jpg'); */
    background-color: black;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 72pt;
    text-align: center;
    user-select: none;
    opacity: 0.8;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    margin:0 0;
}

h2 {
    font-size:48pt;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    opacity: 0.6;
    font-style: normal;
    margin: 0 0;
}

.content {
    position: relative;
    color: white;
    max-width: 1280px;
    margin:0 auto;
    text-align: center;
}
.album-cover {
    max-width:800px;
    margin: 0 auto;
    padding: 20px;
    img {
        width: 100%;
    }
}

.media {
    max-width:800px;
    margin: 0 auto;
}

a {
    color: white;
}

.links {
    margin-top:2em;
    font-size:14pt;
}