body{
	margin:0;
	padding:0;
	background:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#navbar {
	background: #272725; 
	font-family: Montserrat;
	font-size: 16px;
	text-align: center;
	padding: 16px;
	color: white;
	width: 100%;
	line-height: 1.2em;
}
#navbar a, a:link, a:visited, a:active {
	color: white;
	text-decoration: none;
}
#navbar a:hover {
	color: white;
	text-decoration: none;
	font-weight: bolder
}

#immagine img {
	  width: 100%;
	  padding: 30px 0 0 0;
	  margin: 0 0 -20px 0;
}
#corpo{
	width: 80%;
	margin-left: auto;  
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
#bio {
	width: 100%;
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.6em;
	/* border: 2px rebeccapurple solid; */
	text-align: justify;
}
#bio a:link, a:visited, a:active {
	color: rgb(100, 117, 211);
	text-decoration: none;
}
#bio a:hover {
	color: rgb(100, 117, 211);
	text-decoration: none;
	font-weight: bolder
}

#vinyl{
	float: right;
	margin: 0 0 10px 20px;
	padding: 10px;
	width: 30%;
	background: #eee;
	border: gainsboro dotted 1px;
}
#vinyl a:link, a:visited, a:active {
	color: rgb(100, 117, 211);
	text-decoration: none;
}
#vinyl a:hover {
	color: rgb(100, 117, 211);
	text-decoration: none;
	font-weight: bolder
}

#bottom{
		background: #272725; 
		font-family: Montserrat;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		padding: 16px;
		color: white;
		width: 100%;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}