body {
  font-family: 'Baloo Bhaina 2', cursive;
  overflow: hidden; }

.fs-30 {
  font-size: 30px; }

.mr-30 {
  margin-right: 30px; }

.bg-black {
  background: black; }

.red {
  color: red; }

.yellow {
  color: yellow; }

.white {
  color: white; }

.orange {
  color: orangered; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  opacity: 0.8; }

.container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 767px) {
  .repo-container a {
    display: block;
    margin: 0 0 15px 0; } }

.logo {
  text-align: center;
  display: none; }
  .logo.visible {
    display: block; }
  .logo__ico {
    font-size: 25vh; }
  .logo__text {
    display: block;
    margin-top: 10px;
    font-size: 8vh;
    text-align: center;
    color: orangered; }

.vibrate-1 {
  -webkit-animation: vibrate-1 2.5s linear infinite both;
  animation: vibrate-1 2.5s linear infinite both; }

@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }

  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }

  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }

  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }

  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0); } }
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }

  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }

  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }

  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }

  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0); } }
.slide-in-bottom {
  -webkit-animation: slide-in-bottom 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: slide-in-bottom 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-4-17 9:59:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
