.flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/CafeDuMonde.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link {
  color: #f90;
  font-size: 2em;
}

.colortext {
  color: #555;
}

.link-2 {
  color: #f90;
  font-size: 2em;
  text-decoration: none;
}

.text-span {
  color: #444;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

@media (max-width: 479px) {
  .link {
    font-size: 1.5em;
  }
  .link-2 {
    font-size: 1.5em;
  }
}