@font-face {
  font-family: 'Sohne-Dreiviertelfett';
  src: url("font/Sohne-Dreiviertelfett.otf");
}
@font-face {
  font-family: 'Sohne-Buch';
  src: url("font/Sohne-Buch.otf");
}
#background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1828c2;
}
.logo {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 39%;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid black;
}
div#index-page {
  text-align: center;
  position: absolute;
  top: 20%;
  max-width: 600px;
  font-size: 30px;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Sohne-Buch';
}
#label {
  color: white;
  font-size: 2em;
}
input#inputHome {
  left: 0;
  right: 0;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  margin-left: auto;
  margin-right: auto;
  width: 99%;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0;
  padding-right: 0;
  border-radius: 5px;
  text-align: center;
  font-size: 4em;
  font-weight: bolder;
  color: black;
  border-style: solid;
  border-color: white;
  background-color: rgba(255, 255, 255, 0.4);
}
input#inputHome:focus {
  outline: none;
  font-weight: bolder;
  background-color: #ffffff;
}
button#buttonHome {
  width: 100%;
  height: 3em;
  font-size: 1.2em;
  background-color: #17b0f4;
  border-radius: 100px;
  cursor: pointer;
  color: white;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  border-width: 0;
  font-family: 'Sohne-Dreiviertelfett';
  margin-top: 1.5em;
}
button#buttonHome:active {
  background-color: rgba(23, 176, 244, 0.3);
}
.instruction {
  top: 30%;
  height: 10%;
  left: 0;
  right: 0;
  background-color: red;
}
#message {
  color: white;
  font-size: 1.2em;
}
