@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap");
* {
  margin: 0;
}

body {
  color: var(--main-text);
  min-height: 100vh;
  background-color: var(--main-background);
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  background-color: var(--header-background);
  border-bottom: 1px solid var(--light-text);
}
header h1 {
  margin: 0;
  margin-bottom: 5px;
}
header nav a {
  padding: 0 4px;
}

main {
  background-color: var(--main-background);
  padding-top: 120px;
  flex: auto;
}

footer {
  padding: 20px;
  min-height: 100px;
  min-width: 100px;
}

img {
  max-width: 100vw;
  max-height: 100vh;
}

/*# sourceMappingURL=calico007.css.map */
