/* Hintergrund */
body {
    background:  url("Bilder/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed ;
	background-position: center;
	background-size: cover;
}
/* Profilbild */
.profilbild {
    width: 80px;
	height: 80px;
	background-image: url("Bilder/profil.png");
	background-size: cover;
    border: 6px groove #000000;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
/* Name */
.name {
    font-size: 40px;
    font-weight: bold;
	text-align: center;
	height: 50px;
	text-shadow: 2px 2px red;
}
/* Beschreibung */
.beschreibung {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
	text-shadow: 2px 2px red;
}
/* element aller button*/
.button-container {
	display: table;
	position: relative;
	margin-left: auto;
	margin-right: auto;

}
/* element des einzelnen button*/
.button {
	display: inline-block;
    border: 6px solid #000000;
	border-radius: 50%;
	margin: 20px;
	cursor: pointer;
}
/* bilder der button */
.button-image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
}
/* element der links */
.link-container {
	border: 3px solid black;
	border-radius: 15px;
	box-shadow: 4px 4px 4px red;
	background-color: rgb(247, 243, 243);
	text-align: center;
	margin-bottom: 10px;
}

.insta {
	width: 35px;
	height: 35px;
}
.youtube {
	width: 55px;
	height: 35px;
}
.tiktok {
	width: 35px;
	height: 35px;
}
.twitch {
	width: 65px;
	height: 35px;
}
.discord {
	width: 55px;
	height: 35px;
}
.gamersgear {
	width: 35px;
	height: 35px;
}
.titel {
	color: white;
	text-align: center;
	word-spacing: 85px;
}
.kick {
	width: 35px;
	height: 35px;
}