@import "/styles/lib/XP.css";
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');

body {
  background-image: url("/img/lungomare-salerno.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-origin: border-box;
  font-family: "Times New Roman";
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Architects Daughter";
  margin-bottom: 0;
  margin-top: 0;
}

h1 {
  text-align: center;
}

#container {
  max-width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  height: 95vh;
}

.main-window {
  padding-left: 1em;
  padding-right: 1em;
  height: 70vh;
  overflow: auto;
  font-size: 14px;
}

#page-content {
  flex: 1 1 auto;
  height: 80vh;
}

iframe.john {
  border: none;
  display: block;
  width: 100%;
  max-width: 732px;
  height: 94px;
  margin: auto;
}

.credits {
  flex: 0 0 auto;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  max-height: 10vh;
}
