footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 10vh; }
  footer div.introduction {
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7vw;
    margin-top: -4.5vh;
    width: 14vw;
    height: 9vh;
    display: flex;
    justify-content: center;
    text-align: center;
    -webkit-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease; }
    footer div.introduction a {
      text-decoration: none;
      color: #242424; }
      footer div.introduction a p {
        font-size: 0.21rem;
        font-weight: bold; }
      footer div.introduction a span {
        font-size: 0.1rem; }
    footer div.introduction:hover {
      background: #ebebeb; }

html, body {
  width: 100%;
  height: 100%; }
  html .no-git, body .no-git {
    width: 400px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px;
    text-align: center; }
    html .no-git section, body .no-git section {
      font-size: 0.3rem;
      line-height: 100px; }
    html .no-git span, body .no-git span {
      font-size: 0.12rem; }
  html footer, body footer {
    font-size: 0.11rem;
    position: absolute; }

/*# sourceMappingURL=uninstallgit.css.map */
