* {
  margin: 0;
  padding: 0;
	
  color: rgb(191,191,191);
  font-family: "Ubuntu", Helvetica, Arial;
  font-weight: 500;
}

.inhalt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgb(19,19,19);
}

.inhalt > h1 {
  font-size: 3rem;
  margin-top: 3rem;
}

.inhalt > p {
  font-size: 2rem;
  margin-top: 2rem;
}

.herz {
  color: rgb(255,0,230);
}