@font-face {
  font-family: "EB Garamond 12";
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  src: local("EB Garamond 12"),
    url("../fonts/EBGaramond12-Regular.woff2") format("woff2"),
    url("../fonts/EBGaramond12-Regular.woff") format("woff");
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: #eceae2;
  font-family: "EB Garamond 12", serif;
  cursor: url(../images/cursor/default_arrow.cur), pointer;
}

p {
  text-align: center;
  font-size: 23px;
  cursor: url(../images/cursor/default_beam.cur), text;
}

img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#bigdiv {
  width: 100%;
  height: 100%;
  margin-top: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#littlediv {
  width: 74%;
  max-width: 400px;
  margin: 8%;
}
