@import "tailwindcss";

@font-face {
  font-family: old-english;
  src: url(engravers-old-english-bt.ttf);
}

hr {
  margin: 0.5rem 0rem;
}

a {
  color: #000088;
}
html {
  font-family: 'cheltenhamclassic', serif;
  background-color: rgb(252, 242, 228);
  text-align: justify;
  text-wrap: pretty;
}

h1 {
  font-family: old-english;
  font-size: 4rem;
}

h2 {
  font-family: 'cheltenhamclassic', serif;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: underline;
}

h3 {
  font-family: 'cheltenhamclassic', serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: dotted underline;
}

.col {
  display: flex;
  flex-direction: column;
  padding: 0rem 1rem 0rem 1rem;
  height: max-content;
  max-width: 33vw;
}

.box {
  border: solid 1px black;
  padding: 0 0.5rem;
  margin: 0.5rem 0rem;
}

.tiny {
  font-size: 1px;
}


@media (max-width: 768px) {
  html {
    font-size: 10px;
  }

  h2 {
    font-size: 1.5rem;
  }

  .box {
  border: solid 1px black;
  padding: 0 0.33rem;
  margin: 0.33rem 0rem;
}
}