html, body {
  margin: 0px;
  padding: 0px; }

body {
  background-color: #F0F3BD;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

html,
body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  cursor: pointer; }

body {
  position: relative; }

.github {
  padding: 10px 0px;
  bottom: -40px;
  right: -60px;
  position: absolute;
  background: black;
  color: black;
  box-shadow: -1px -1px 20px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 150px;
  height: 80px;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  transition: .15s ease-out;
  display: flex;
  justify-content: center; }

.github svg {
  transform: rotate(45deg);
  fill: white;
  height: 25px; }

canvas {
  background-color: #F0F3BD;
  transform: scale(1);
  transition: all 0.3s ease;
  border: 1px solid #05668D;
  border-radius: 3px; }
  canvas.hiding {
    opacity: 0;
    transform: scale(0.3); }

a {
  margin-top: 50px;
  cursor: pointer;
  color: #05668D;
  transform: translate3d(-50%, -50%, 0);
  padding: 0.7em calc(0.7em * 1.2);
  display: inline-block;
  border: 3px solid transparent;
  position: relative;
  font-size: 1.2em;
  letter-spacing: 0.07em; }
  a .text {
    font-family: Helvetica, Arial, sans-serif;
    transform: translate3d(0, 0.7em, 0);
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s; }
  a:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: calc(0.7em * 1.2);
    right: calc(0.7em * 1.2);
    height: 3px;
    background: #02C39A;
    z-index: -1;
    transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
    transform-origin: left; }

.line {
  position: absolute;
  background: #02C39A; }
  .line.-right, .line.-left {
    width: 3px;
    bottom: -3px;
    top: -3px;
    transform: scale3d(1, 0, 1); }
  .line.-top, .line.-bottom {
    height: 3px;
    left: -3px;
    right: -3px;
    transform: scale3d(0, 1, 1); }
  .line.-right {
    right: -3px;
    transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
    transform-origin: top; }
  .line.-top {
    top: -3px;
    transition: transform 0.08s linear 0.43s;
    transform-origin: left; }
  .line.-left {
    left: -3px;
    transition: transform 0.08s linear 0.51s;
    transform-origin: bottom; }
  .line.-bottom {
    bottom: -3px;
    transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
    transform-origin: right; }

a:not(.no-hover):hover .text {
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s; }

a:not(.no-hover):hover:after {
  transform: scale3d(0, 1, 1);
  right: -3px;
  left: -3px;
  transform-origin: right;
  transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s; }

a:not(.no-hover):hover .line {
  transform: scale3d(1, 1, 1); }
  a:not(.no-hover):hover .line.-right {
    transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
    transform-origin: bottom; }
  a:not(.no-hover):hover .line.-top {
    transition: transform 0.08s linear 0.4s;
    transform-origin: right; }
  a:not(.no-hover):hover .line.-left {
    transition: transform 0.08s linear 0.48s;
    transform-origin: top; }
  a:not(.no-hover):hover .line.-bottom {
    transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
    transform-origin: left; }

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