* {
	font-family: monospace;
}
img {
	max-width: 50%;
	height: auto;
}
video {
	max-width: 50%;
	height: auto;
}
audio {
	background-color: seagreen;
	max-width: 50%;
	height: auto;
}
#billeder img {
	max-width: 300px; 
	max-height: 300px;
	float: left;
}
#billeder br:nth-of-type(1) {
	clear: left;
}
#side {
	display: inline-block;
	font-size: 16px;
	background-color: blanchedalmond;
	

}
#side:hover {
	display: inline-block;
	font-size: 16px;
	background-color: lightskyblue;
	color: blanchedalmond;
}