/*
  Palette Mosaic is licensed under the SIL Open Font License.
  https://desktopmood.com/palette-mosaic-license.txt
*/

@font-face {
  font-family: "Palette Mosaic";
  src: url("PaletteMosaic-Regular.ttf");
  font-weight: 400;
}

body {
  margin: 16px;
  font-size: 18px;
  line-height: 1.5;
  font-family: helvetica, arial, sans-serif;
}

a {
  color: #000;
}

.wrap {
  margin: 0 auto;
  max-width: 720px;
}

h1 {
  font-family: "Palette Mosaic";
  font-size: 48px;
}

h2 {
  font-family: "Palette Mosaic";
  font-size: 36px;
}


/* main */

p.screenshot img {
  display: block;
  width: 100%;
  height: auto;
}


/* footer */

footer {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}
