html {
  background: url(/ressources/robert-katzki-s51F8Cxwwpw-unsplash.jpg) no-repeat
    center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inhalt {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

h1 {
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: "Julius Sans One", sans-serif;
}
h1::selection {
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 0, 0, 0.925);
}

h3 {
  overflow: hidden;
  text-align: center;
  color: white;
  font-family: "Julius Sans One", sans-serif;
}
h3::selection {
  background: rgba(7, 7, 7, 0);
  color: rgba(255, 0, 0, 0.925);
}

h4 {
  text-align: center;
  color: white;
  font-family: "Julius Sans One", sans-serif;
  padding-top: 3%;
}
h4::selection {
  background: rgba(7, 7, 7, 0);
  color: rgba(255, 0, 0, 0.925);
}
input {
  text-align: center;
  border-radius: 40px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 15px;
  border: none;
  box-shadow: 10px;
  background-color: rgba(0, 0, 0, 0.253);
  color: rgb(255, 132, 132);
  size: 200%;
}
input[type="email"]:focus {
  outline: none;
  color: rgba(255, 0, 0, 0.925);
  background-color: rgba(0, 0, 0, 0.466);
}
.email {
  text-align: center;
}

.logos {
  -webkit-padding-top: 3%;
  padding-top: 3%;
  -webkit-text-align: center;
  text-align: center;
  -webkit-word-spacing: 5%;
  word-spacing: 1rem;
}
.logos::selection {
  background: rgba(7, 7, 7, 0);
  color: rgba(255, 0, 0, 0.925);
}

a {
  color: rgb(255, 255, 255);
}
a:visited {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
a:hover {
  color: rgb(255, 0, 0);
}
a:active {
  color: rgb(255, 0, 0);
}
a:focus {
  color: rgb(255, 0, 0);
}
