/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

body {
  margin: 0;
  min-height: 100vh;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-link-container {
  width: 643px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  padding: 10px 6px 4px 6px;
}

.header-tag {
  margin: auto auto auto 0;
  font-size: 1.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tc-link {
  color: #473b8e;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

.gh-link {
  text-decoration: none;
}

.linkedin-link {
  text-decoration: none;
}

@media screen and (max-width: 520px) {
  .header-link-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-tag {
    margin: 0 auto;
  }
  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12px auto 0 auto;
  }

  .social-links a {
    margin: 0 10px;
  }
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center-content {
  max-width: 643px;
}

.wiz-pic {
  margin: auto auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.magic-orb {
  position: relative;
  left: 37%;
  top: 44%;
}

.magic-orb::after {
  content: "";
  -webkit-animation: shadow-pulse 3s infinite;
          animation: shadow-pulse 3s infinite;
}

@-webkit-keyframes shadow-pulse {
  0%  {
    -webkit-box-shadow:
      0 0 60px 30px #fff,
      0 0 100px 60px #f0f,
      0 0 140px 90px #0ff;
            box-shadow:
      0 0 60px 30px #fff,
      0 0 100px 60px #f0f,
      0 0 140px 90px #0ff;
  }
  50%  {
    -webkit-box-shadow:
      0 0 50px 40px #fff,
      0 0 90px 70px #f0f,
      0 0 130px 100px #0ff;
            box-shadow:
      0 0 50px 40px #fff,
      0 0 90px 70px #f0f,
      0 0 130px 100px #0ff;
  }

  100%  {
    -webkit-box-shadow:
      0 0 60px 30px #fff,
      0 0 100px 60px #f0f,
      0 0 140px 90px #0ff;
            box-shadow:
      0 0 60px 30px #fff,
      0 0 100px 60px #f0f,
      0 0 140px 90px #0ff;
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow:
      0 0 60px 30px #fff,
      0 0 100px 60px #f0f,
      0 0 140px 90px #0ff;
            box-shadow:
      0 0 60px 30px #fff,
      0 0 100px 60px #f0f,
      0 0 140px 90px #0ff;
  }
  50%  {
    -webkit-box-shadow:
      0 0 50px 40px #fff,
      0 0 90px 70px #f0f,
      0 0 130px 100px #0ff;
            box-shadow:
      0 0 50px 40px #fff,
      0 0 90px 70px #f0f,
      0 0 130px 100px #0ff;
  }
  100%  {
    -webkit-box-shadow:
      0 0 60px 30px #fff,
      0 0 100px 60px #f0f,
      0 0 140px 90px #0ff;
            box-shadow:
      0 0 60px 30px #fff,
      0 0 100px 60px #f0f,
      0 0 140px 90px #0ff;
  }
}