.kugel-bild {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

body {
  background-color: black;
  color: white;
}

#infoDiv {
	margin-top: 80px;
	text-align: center;	
}

#infoDiv p {
	text-align: center;
}

a:-webkit-any-link {
    //color: -webkit-link;
	color: white;
    cursor: pointer;
    text-decoration: underline;
}