@font-face {
  font-family: "BourtonBase";
  src: url("BourtonBase.ttf") format("ttf"),
    url("BourtonBase.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

footer {
  font-family: "BourtonBase", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: grey;
  text-align: center;
}
body {
  background: cornsilk;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}
img {
  max-width: 60%;
  max-height: 60%;
}
html {
  height: 100%;
}
