body, html
{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: flex;
  justify-content: center; /* horizontal zentrieren */
  align-items: center;     /* vertikal zentrieren */
	height: 100%;
}
body
{
	background-image: url(bg-image.jpg);
	background-size: cover;
}
.container
{
	background-color: rgba(255,255,255,0.60);
	border-radius: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}
img
{
	marign-left: 20px;
}