/** Generated by FG **/
@font-face {
  font-family: 'computing_60s';
  src: url('fonts/Computing 60s.eot');
  src: local('☺'), url('fonts/Computing 60s.woff') format('woff'),
    url('fonts/Computing 60s.ttf') format('truetype'),
    url('fonts/Computing 60s.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/** Generated by FG **/
@font-face {
  font-family: 'area_51';
  src: url('fonts/Area51.eot');
  src: local('☺'), url('fonts/Area51.woff') format('woff'),
    url('fonts/Area51.ttf') format('truetype'),
    url('fonts/Area51.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  font-family: 'computing_60s', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
  font-size: 24px;
}

html {
  background: black;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

h1 {
  text-align: center;
  font-weight: 400;
}

p {
  font-family: 'area_51', sans-serif;
  font-size: 24px;
  white-space: normal;
  letter-spacing: -7px;
  line-height: 32px;
}

p:last-child {
  margin-bottom: 0;
}

body {
  width: 100%;
  max-width: 872px;
  padding: 100px 0;
  background: url(background@2x.png) no-repeat top center;
  background-size: 872.5px;
  min-height: 660px;
}

body > main,
body > footer {
  max-width: 640px;
  margin: 0 auto;
}

a {
  color: #fff;
}

.seed {
  color: #929292;
  text-align: center;
}

tr {
  width: 100%;
  display: flex;
  padding: 2px 4px;
}

td {
  width: 33%;
  white-space: pre;
}
.score {
  text-align: right;
}

table {
  width: 100%;
}

footer ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

a {
  text-decoration: none;
}

li > a {
  border-bottom: 2px solid white;
  padding-bottom: 4px;
}

a > div {
  color: #929292;
  position: relative;
}

a:hover > div {
  color: white;
}

a > div:first-letter {
  color: white;
}

a > div:after {
  content: '—';
  left: 0;
  position: absolute;
  bottom: 0px;
  vertical-align: bottom;
  color: cyan;
  top: 12px;
  left: 2px;
}

#themes {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

#themes div {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-evenly;
}

#themes div input {
  display: block;
  height: 30px;
  width: 30px;
  margin-right: 16px;
  margin-left: 16px;
}

#themes img {
  height: 320px;
  image-rendering: pixelated;
}

@media screen and (max-width: 520px) {
  html {
    justify-content: flex-start;
  }

  #themes {
    display: flex;
  }

  body {
    background-image: none;
    padding: 12px;
    padding-top: 0;
  }
  td.name span {
    display: none;
  }
}

textarea {
  width: 100%;
  background: #222;
  border: 1px solid #000;
  color: #ccc;
  font-family: monospace;
}

button {
  font-family: monospace;
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

main {
  flex: 1;
}

main,
footer {
  width: 100%;
}
