/*
colors from https://www.w3schools.com/colors/colors_analogous.asp
*/

@import url('../../style.css');
@import url('../../fonts/fonts.css');

main {
    display: block;
}

.container {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.content {
	color: #ffffff;
	display: flex;
	align-items:center;
	justify-content:center;
	margin-bottom:5px;
}

img {height:40px; margin:0px 10px 0px 0px;}
figure {}
audio {width:500px;}
h1 {margin:0px;}

a:link, a:visited {
    outline: none;
    color: #ffd700;
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #ffb500;
    text-decoration: none;
    color:red;
}
