@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";
}

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

h1 {
  text-align: center;
}

.window {
  max-width: 80%;
  margin: auto;
  overflow-y: scroll;
  max-height: 90vh;
}

.main-window {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 14px;
}
