@font-face {
  font-family: 'NotCourierSans';
  src: url('/fonts/NotCourierSans.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotCourierSans';
  src: url('/fonts/NotCourierSans-Bold.woff') format('woff');
  font-weight: bold;
  font-display: swap;
}

::selection {
  background: rgba(0, 0, 0, 0.99);
  color: #fff;
}

html {
  font-family: 'NotCourierSans', 'Courier New';
  font-size: 14px;
}
body {
  padding: 1rem;
  cursor: default;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}

a,
a:visited {
  cursor: alias;
  text-decoration: underline;
  color: black;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: rgb(180, 180, 180);
}

details {
  text-align: center;
  margin-top: 1rem;
}
summary {
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

.info {
  text-align: center;
}
.info,
.links {
  margin-top: 1rem;
}
.links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.links a {
  display: inline-block;
}

body img {
  max-width: 100%;
  width: 400px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

.contact {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
.contact img {
  width: 100px;
  image-rendering: pixelated;
}
.contact:hover {
  opacity: 0.8;
}
