body {
  background-color: #C6B4ED;
  color: black;
    }

header {
  background-color: #F8F2FF; 
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Sofia", sans-serif;
  font-size: 50px;
  text-shadow: 3px 3px 3px #635168;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
  text-decoration-color: black;
}
/* Kästen */
.column {
  float: left;
  padding: 10px;
  column-gap: 40px;
  border-radius: 25px;
  
}

.left  {
  width: 74%;
  border: 1px solid #421c4c;
}

.right  {
   width: 13%;
  text-align: center;
  border: 1px solid #421c4c;
}

.middle {
  width: 5%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

space{
   text-align: center;
}

a:link {
  color: #9680A6;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #1e172a;
  background-color: transparent;
  text-decoration: underline;
}