@media screen {


body {
	margin: 0;
	padding: 0;
	font-family: "Bebas Neue", cursive;
	font-family: "Poppins", sans-serif;
}

header {
	width: 100%;
	height: 150px;
	background-color: #000000;
}

#logo {
width: 100%;

background-color: #010101;
color: white;

}

#bio {
	font-size: 24pt;
	margin: 20px 20%;
}

#text1 {
	font-size: 24pt;
	margin: 20px 20%;
}

h2	{
	font-size: 36pt;
	margin: 30px 20%;
}

#text2 {
	font-size: 24pt;
	margin: 20px 20%;
}

#spacer {
	height: 200px;
}

#backgroundPicture {
	width: 80%;
	margin: 0 10% 0 10%;
	opacity: 50%;
	
	

}

main {
background-color: #010101;
color: #111111;
fon
}

.show {
    display: inline;
}

.hide {
    display:none;
}

#introLogo {
	margin: 0 20% 0 20%;
}

#spotify {
	position: absolute;
	top: 80px;
	left: 30%;
}




}


@media screen and (max-width:  475px) {



}