html {
  font-size: 17px;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  width: 100dvw;
  background: #f5f5f5;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  margin: 0;
  font-family: "Quattrocento", serif;
  font-weight: 400;
}

button:hover {
  cursor: pointer;
}

.hidden {
  display: none;
}

.underline {
  border-bottom: 2px solid #130c0e;
}

.cursive {
  font-family: "Great Vibes", cursive;
}

.page-wrapper {
  position: relative;
}

.container {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
