body {
  height:100vh;
  font-family: Arial, sans-serif;
  background-image: url('/static/images/irmgard-hands.png');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 5%;
  color: black;
}

.navbar-ref {
  color: black;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

.navbar-ul {
    background-color: white;
    display: flex;
    justify-content: center;
    opacity: 80%;
}

.list-inline {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  margin-right: 10%;
  width: 40%;
  list-style: none;
  font-size: 16px;
}

@media (max-width: 980px) {
  .list-inline {
    font-size: 10px;
    margin: 0 10px;
    width: 90%;
  }
}