* {
  margin: 0;
  padding: 0;
}

html,
body {
  color: white;
  background: #101922;
}

main {
  width: 100vw;
  height: 100vh;
}

section {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}


#content {
  max-width: 750px;
  padding-left: 1em;
  padding-right: 1em;
}

h1 {
  font-size: 2em;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 1em;
}

p {
  font-size: 1.25em;
  font-family: 'Courier New', Courier, monospace;
  line-height: 1.25em;
}

p#bio {
  margin-bottom: 1em;
}

p.contact-link {
  margin-bottom: 0.25em;
}

a {
  color: #0077fa;
}

#sketch-container {
  width: 100%;
  height: 50%;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  p {
    font-size: 1.15em;
  }
}

