* {
	font-family: monospace;
	background-color: #3c464b;
	color: #ebe9ea;
}

main {
	background: rgba(0, 0, 0, 0);
}

.Logo {
	padding: 5px;
	border-radius: 15%;
	width: 80; 
	height: 80;
}

.center-Text {
	text-align: center;
}

.quick-links {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0px 5px;
}

.quick-links a {
	background-color: #7f492b;
	color: #ebe9ea;
	padding: 5px 10px;
	font-size: 1.5rem;
	/*border-radius: 3px;*/
}

.quick-links a:hover {
	background-color: #361f14;
	color: #2f788b;
	padding: 5px 10px;
	/*border-radius: 10px;*/
	font-size: 1.5rem;
}

.leftAelement {
	text-decoration: none;
	border-radius: 10px 0px 0px 10px;
}

.MiddelAelement {
	text-decoration: line-through;
	border-radius: 0px 0px 0px 0px;
}

.rightAelement {
	text-decoration: none;
	border-radius: 0px 10px 10px 0px;
}