@import url('https://fonts.googleapis.com/css?family=Gaegu');

html * {
  height: 100%;
}

header {
  font-family: 'Gaegu', sans-serif;
}

#canvas-wrapper {
  margin: 0 0 1em 0;
  display: block;
  justify-content: center;
  align-items: center;
}
  #canvas {
    margin: 0 0 1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

#data {
  margin: 1em 0 1em 0;
  height: auto;
  font-family: sans-serif;
}

a {
  color: rgb(139, 0, 139);
  text-decoration: none;
}
  a:hover {
    text-decoration: none;
  }
  a:visited {
    color: rgb(139, 0, 139);
  }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  margin: 0 .2em 0 .2em;
}
