* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
html, body {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  }
  @font-face {
      font-family: 'libre_baskervilleregular';
      src: url('../fonts/librebaskerville-regular-webfont.eot');
      src: url('../fonts/librebaskerville-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }
body {
  background-color: black;
  background: url("frgmnt_20250412-third-spaces.jpg");
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  color: white;
  font-family: "libre_baskervilleregular", Times, Georgia, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  padding: 1.4rem;
}
img {max-width: 100%;}
.center {margin: 0 auto; text-align: center;}
h1 {
  font-family: "libre_baskervilleregular", Times, Georgia, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.3rem;
}
hr {
  background-color: none;
  border: 0;
  height: 10rem;
}
a {
  color: white;
}
a:hover {color: lavender;}
a:active {color: purple;}
a:visited {color: purple;}
@media screen and (max-width: 600px) {}
