.contact-inner {
  /* The image used */
  background-image: url("../img/20220418_091809.jpg");
  /* Position of the image */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

#contact {
  color: white;
}

#contact ul {
  list-style-type: none;
}

#contact a:link {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

#contact a:visited {
  color: #ffffff;
}
