body {
  background-color: rgb(38,55,74);
}

a { color: white; }

.button {
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 150%;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: rgb(80,114,152); 
  color: white; 
  border: 2px solid white;
}

.button1:hover {
  background-color: white;
  color: black;
}

.button2 {
  background-color: #008CBA; 
  color: white; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: white;
  color: black;
}
.box {
      width: 20%;
      height: 30px;
      border: 1px solid #999;
      font-size: 18px;
      color: white;
      background-color: #4CAF50;
      border-radius: 5px;
      box-shadow: 4px 4px #ccc;
      }
#ueberschrift { font-family: Verdana, Tahoma; font-size:200%; font-weight:bold; }
#texter { font-family: Verdana, Tahoma; font-size:100%; font-weight:bold; }
#under { font-family: Verdana, Tahoma; font-size:100%; font-weight:normal; }
#linker { font-family: Verdana, Tahoma; font-size:130%; font-weight:bold; }
#ueberschrift { color:rgb(255,255,255); }
#texter { color:rgb(255,255,255); }
#linker { color:rgb(255,255,255); }