header>a,header>h1{
	display: table-cell;
	vertical-align: middle;
}
header>h1{
	padding-left:10px;
}
header>a>img{
	vertical-align: -6px;
}
#container{
	top: 2.5em;
	text-align: center;
}
#container>*{
	padding: 5%;
}
#website, #gnome{
	color:blue;
	text-decoration: underline;
}
#bt_back{
	border-right: 2px solid transparent;
	border-image: linear-gradient(to bottom, rgba(255, 78, 0, 0.5), #CD7600, rgba(205, 103, 35, 0.5)) 4 100%;
}