body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  background-color: #000;
}

.container {
  height: 80vh;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}

.git-wrap {
  position: absolute;
  -webkit-transition: all 0.07s linear 0s;
  transition: all 0.07s linear 0s;
  cursor: pointer;
}

.git__button {
  color: #fff;
  background-color: #28a745;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#34d058), color-stop(90%, #28a745));
  background-image: linear-gradient(-180deg, #34d058, #28a745 90%);
  display: inline-block;
  padding: 6px 12px 6px 36px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-repeat: repeat-x;
  background-position: -1px -1px;
  background-size: 110% 110%;
  border: 1px solid rgba(27, 31, 35, 0.2);
  border-radius: .25em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  position: relative;
  -webkit-transition: all 5s;
  transition: all 5s;
  -webkit-animation: bounce 4s linear infinite alternate;
          animation: bounce 4s linear infinite alternate;
}

.git__button::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/github-logo.png") no-repeat;
  left: 5%;
  bottom: 3px;
  cursor: pointer;
}

.git__button:active {
  background-color: #269f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2fcb53), color-stop(90%, #269f42));
  background-image: linear-gradient(-180deg, #2fcb53, #269f42 90%);
  background-position: -.5em;
  border-color: rgba(27, 31, 35, 0.5);
}
/*# sourceMappingURL=style.css.map */
