html {
  background-color: rgb(248, 248, 248);
  font-family: "constantia", sans-serif;
  font-weight: 400;
  font-style: italic;
}

:root {
  /* --main-color: rgb(34, 92, 113); */
  --main-color: rgb(192, 9, 57);
}


header {
  width: 100%;
  /* max-width: 380px; */
  height: 60px;
  border-bottom: 1.5px solid var(--main-color);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 60px;
  font-size: 28px;
  padding-right: 5%;
  text-align: right;
  letter-spacing: 1px;
  color: var(--main-color);
}

main {
  width: 100vw;
  max-width: 380px;
  min-height: 852px;
  /* border: 1px solid rgb(185, 185, 185); */
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}