@import url('https://fonts.googleapis.com/css?family=Pirata+One|Bilbo+Swash+Caps&display=swap');

@font-face {
  font-family: Morris;
  src: url(https://cdn.statically.io/gh/EmmesCodes/Tipografias/dae9f5bb/MorrisInitials.ttf);
  }

:root {
  --fontSize: calc((1vw + 1vh) * .75);
}

body {
  font: var(--fontSize)/200% 'Bilbo Swash Caps', cursive;
  background-color: rgb(255, 255, 237);
}

main p {
  font-size: 2.25em;
  color: #7F3300;
}

#sketch {
  width: 90%;
  margin-left: calc((100% - 90%) / 2);
  height: auto;
  filter: sepia(100%);
}

#sketch img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  color: rgb(71, 22, 22);
}

#signature {
  text-align: center;
  color: rgb(71, 22, 22);
  font-size: 250%;
}