@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300&display=swap');

html {
    
}

body {
	font-family: 'Work Sans', sans-serif;
	color: #dbdbdb;
	font-size: 17px;
    font-weight: 300;
	line-height: 1.3;
	
	background: #010101 url() no-repeat center center scroll; 
	background-size: cover;
	margin: 0;
	padding: 0;
}



a {
    text-decoration: underline;
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }

h1 {
    font-family: 'Unbounded', sans-serif;
    font-size: 2em;
    line-height: 1.1;
    text-transform: uppercase;
}

    .artist-name {
        opacity: 0.33;
    }

h2 {
    font-family: 'Unbounded', sans-serif;
    font-size: 1.25em;
    letter-spacing: 5px;
    line-height: 1.5;
}

h3 {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-weight: normal;
    line-height: 1.5;
}

hr {
    border: 0;
    border-bottom: solid 0px #dbdbdb;
    margin: 25px 0;
}



.background {
    margin: 0;
    padding: 25px;
    background: inherit url() no-repeat center center scroll; 
	background-size: 120%;
	height: 1000px;
	filter: blur(80px);
}



.content {
    margin: 0;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}



.block {
    display: block;
    margin: 0 auto 50px auto;
    max-width: 500px;
    border-radius: 8px;
}

    .block img {
        max-width: 100%;
        height: auto;
    }



.art {
}

.art-shadow {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -50%;
    margin: 0 auto;
    padding: 0;
    filter: blur(80px);
    z-index: -1;
}
    
    
    
.title {
    text-align: center;
}



.button {
    padding: 20px;
    color: inherit;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 8px;
}

    .button:hover {
        background-color: #dbdbdb;
        color: #000;
    }



.footer {
    text-align: center;
    font-size: 50%;
}

    .footer a {
        text-decoration: none;
    }
    


@media screen and (max-width: 800px) {
    .block {
        max-width: 320px;
    }
}