body {
  background-color: rgb(74, 70, 61);
  color: yellowgreen;
  font-family: "Happy Times";
}

h1 {
  font-style: italic;
  font-family: "NewPixel";
  font-size: 53px;
  letter-spacing: 0rem;
  word-spacing: 0.7rem;
}

a {
  font-weight: normal;
  font-family: "NewPixel";
  font-size: 25px;
}

header {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-top: 10px;
  margin-left: 50px;
}

footer {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.name {
  font-style: italic;
  font-family: "NewPixel Variable";
  font-size: 53px;
  letter-spacing: 0.09rem;
  word-spacing: 0.7rem;
  line-height: 0.1;
  transform: scaleX(1.8);
  transform-origin: left center;
}

.menu {
  font-weight: normal;
  font-family: "NewPixel";
  font-size: 25px;
  line-height: 0.1;
  text-align: left;
  transform: scaleX(1.3);
  transform-origin: left center;
}

.menu a {
  margin: 15px;
  text-decoration: underline;
  text-decoration-style: wavy;
  color: yellowgreen;
}

@font-face {
  font-family: 'Happy Times';
  src: url('happy-times-ng_regular_master-webfont.woff2') format('woff2');
  src: url('happy-times-ng_regular_master-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Happy Times';
  src: url('happy-times-ng_italic_master-webfont.woff2') format('woff2');
  src: url('happy-times-ng_italic_master-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Happy Times';
  src: url('happy-times-ng_bold_master-webfont.woff2') format('woff2');
  src: url('happy-times-ng_bold_master-webfont.woff2') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NewPixel';
  src: url('thatthatnewpixel-square-webfont.woff2') format('woff2');
  src: url('thatthatnewpixel-square-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NewPixel';
  src: url('thatthatnewpixel-italicsquare-webfont.woff2') format('woff2');
  src: url('thatthatnewpixel-italicsquare-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'NewPixel Variable';
  src: url('ThatThatNewPixelVF.woff2') format('woff2');
  src: url('ThatThatNewPixelVF.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NewPixel Variable';
  src: url('ThatThatNewPixel-ItalicVF.woff2') format('woff2');
  src: url('ThatThatNewPixel-ItalicVF.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Terminal Grotesque';
  src: url('terminal-grotesque-webfont.woff2') format('woff2');
  src: url('terminal-grotesque-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Terminal Grotesque Open';
  src: url('terminal-grotesque_open-webfont.woff2') format('woff2');
  src: url('terminal-grotesque_open-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cirrus Cumulus';
  src: url('cirruscumulus-webfont.woff2') format('woff2');
  src: url('cirruscumulus-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}