html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Satisfy', cursive;
  background: #a48f7a url('./owls.png') no-repeat center center;
  background-size: contain;
}

.wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  text-align: center;
  color: white;
}

.title {
  font-size: 40px;
  padding: 20px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.survey {
  flex: 1;
}
.survey a {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 150%;
  text-decoration: none;
  color: #222;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}
/*
.cm,
.kg {
  display: inline-flex;
  flex-direction: column;
  font-size: 50%;
  margin: 0 20px;
}*/

.liste {
  background: white;
  color: #a48f7a;
  font-size: 25px;
  padding: 10px 0;
  text-shadow: none;
  width: 100%;
}

.liste a {
    display: inline-block;
}