html, body {
  margin: 0;
  padding: 0;
  background-color: #0F0F0F;
}

* {
  box-sizing: border-box;
}

.type-title {
  font-family: "Podkova", serif;
  font-size: 16px;
  color: #FFF;
}

.type-body {
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.wrap {
  padding: 30px;
  text-align: center;
  max-width: 640px;
  position: relative;
  margin: 0 auto;
}

.avatar {
  position: relative;
  display: block;
  background: transparent url("self-portrait_drawn_nojaw.jpg") no-repeat scroll 0 0;
  background-size: cover;
  width: 70px;
  height: 70px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  border: 1px solid #FFF;
}

.instagram-handle {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 30px;
}

.link-wrap {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px dotted rgba(255, 255, 255, 0.25);
  border-radius: 8px;
}

.link-anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 30px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Opera and Firefox */
}
.link-anchor:active {
  background-color: rgba(255, 255, 255, 0.05);
}

.link-title {
  line-height: 1.2em;
}

.link-desc {
  margin-top: 20px;
}

/*# sourceMappingURL=main.css.map */
