/*
.background-image {
	z-index: 2;
	width: 100%;
	height: 100%;
	justify-content: flex;
}*/

.spotify {
	position: absolute;
	z-index: 2;
	text-align: center;
}

body {
	background-image: url('kodak.gif');
	background-size: cover;
	background-attachment: fixed;
}

