body {
  background-color: black;
  background-image: url('../../img/background-front.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

a {
  color: black;
  font-weight: bold;
  text-decoration: none;
  font-style: italic;
  font-size: large;
}

.transparent-bg {
  background-color: rgba(255, 228, 228, 0.4);
}
