@font-face {
  font-family: 'Pinyon Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/PinyonScript-Regular.fe3bc5ec7f87510852be61d4c3bc207d.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto Medium Italic';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/roboto-medium-italic.39bea6fcac1edda241778768515ddb74.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/roboto.694af05c2fbef27a364c221536541df8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --page-width: 800px;
}
  
body {
  font-family: 'Roboto';
  margin: 0 auto;
  padding: 0;
  background-color: #eee;
}

header {
  max-width: var(--page-width);
  text-align: center;
  margin: 0 auto;
  color: #444;
}

h1 {
  font-family: 'Pinyon Script';
  font-size: min(8.2vw, 60px);
  margin-bottom: 0;
  margin-top: 20px;
  text-shadow: 0 0 6px #a7a089;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
h4 {
  font-family: 'Roboto Medium Italic';
  letter-spacing: -0.02ch;
  font-size: min(3vw, 20px);
  font-weight: 500;
  font-style: italic;
  margin-top: 10px;
}

.main-image {
  max-width: min(calc(100vw - 10px), var(--page-width));
  margin: 0 auto;
  display: block;
  border-radius: min(1.75vw, 14px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

footer {
  max-width: var(--page-width);
  margin: 0 auto;
  display: flex;
  font-size: min(2.4vw, 16px);
}

footer > * {
  width: 50%;
  padding: 10px;
}

footer > :last-child {
  text-align: right;
}

a {
  color: #505050;
}

