body{
	margin:0;
	color:black;
	font-size:1em;
	font-family: 'Barlow Condensed', "Trebuchet MS", sans-serif;
}

body{
	background-image: url('bg4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	background-color:#10113e;
  
}
h1{
	font-family: "Suranna", sans-serif;
	font-size:clamp(3em,6vw,20em);
	text-align:center;
	line-height:1em;
	margin:200px 50px 0 50px;
	justify-content:center;
	display:flex;
	color:#ffbc1e;
	text-shadow:2px 2px 1px #3e311399;
}

#spotify_player{
	width:clamp(65%,70%,95%);
	margin:auto;
	margin-top:200px;
}
#band_description{
	width:clamp(65%,70%,95%);
	margin:auto;
	margin-top:50px;
	margin-bottom:300px;
	background-color:#FFFFFF75;
	border-radius:5px;
	padding:30px 40px;
	box-sizing:border-box;
	text-shadow:1px 1px 1px#cccccc33;
	line-height:1.5em;
	font-family:"Lora", "Trebuchet MS";
	font-weight:400;
}
#band_description strong{
	font-weight:600;
}
.liens{
	text-decoration:none;
	color:white;
}
.liens:hover{
	text-decoration:underline;
}