.info {
  display: flex;         /* Flexbox aktivieren */
  justify-content: center; /* horizontal zentrieren */
  align-items: center;     /* vertikal zentrieren */
  width: 510px;
  height: 100px;
	margin-left: 350px;
	margin-top: 10px;
  background-color: lightblue;
  text-decoration: none;
  color: black;
	border-radius: 18px;
}

.zurueck {
  display: flex;           /* Flexbox aktivieren */
  justify-content: center; /* horizontal zentrieren */
  align-items: center;     /* vertikal zentrieren */
  width: 500px;
  height: 60px;
	margin-left: 350px;
  background-color: lightblue;
  text-decoration: none;
  color: black;
	border-radius: 18px;
}