body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  background-image: url("assets/samuel-ferrara-uOi3lg8fGl4.jpg");
  font-family: Arial, Helvetica, sans-serif;
}

body a {
  color: white;
}

div.info {
  text-align: center;
  min-width: 400px;
  min-height: 100px;
  padding: 20px 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  font-size: 2em;
  color: #1e1e1e;
  border-radius: 2px;
  /* backdrop-filter: blur(10px); */
}

div.photocaption {
  position: absolute;
  right: 50px;
  bottom: 50px;
  color: white;
  font-size: 0.7em;
}
/*# sourceMappingURL=style.css.map */