.countdown-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 20px 20px;
}
.countdown-title {
    font-size: xxx-large;
    font-weight: bold;
    margin-bottom: 50px;
}
.countdown {
    font-size: 6em;
    letter-spacing: 2px;
    animation: blinker 3.5s linear infinite;
}
@keyframes blinker {
            50% {
                opacity: 0;
            }
        }
.countdown-container h2 {
    font-size: x-large;
    padding: 19px;
    text-align: center;
    font-weight: 700;
    display: block;
}
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-float:hover,
  .hvr-float:focus,
  .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    text-decoration: none;
  }

  .meganz {
    background: url('https://l2custom.com/images/patch.png') 0 0 no-repeat;
    width: 84px;
    height: 61px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 2px;
  }

  .meganz:hover {
    background: url('https://l2custom.com/images/patch.png') 0 -61px;
    width: 84px;
    height: 61px;
  }

  .mediafire {
    background: url('https://l2custom.com/images/patch.png') -86px 0 no-repeat;
    width: 84px;
    height: 61px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 2px;
  }

  .mediafire:hover {
    background: url('https://l2custom.com/images/patch.png') -86px -61px;
    width: 84px;
    height: 61px;
  }

  .googledrive {
    background: url('https://l2custom.com/images/patch.png') -168px 0 no-repeat;
    width: 84px;
    height: 61px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 2px;
  }

  .googledrive:hover {
    background: url('https://l2custom.com/images/patch.png') -168px -61px;
    width: 84px;
    height: 61px;
  }

  .yandexd {
    background: url('https://l2custom.com/images/patch.png') -252px 0 no-repeat;
    width: 84px;
    height: 61px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 2px;
  }

  .yandexd:hover {
    background: url('https://l2custom.com/images/patch.png') -252px -61px;
    width: 84px;
    height: 61px;
  }

  .ftp {
    background: url('https://l2custom.com/images/patch.png') -343px 0 no-repeat;
    width: 84px;
    height: 61px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 2px;
  }

  .ftp:hover {
    background: url('https://l2custom.com/images/patch.png') -343px -61px;
    width: 84px;
    height: 61px;
  }
  .fastupload {
    background: url('https://l2custom.com/images/patch.png') -516px 0 no-repeat;
    width: 84px;
    height: 61px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 2px;
  }

  .fastupload:hover {
    background: url('https://l2custom.com/images/patch.png') -516px -61px;
    width: 84px;
    height: 61px;
  }
  .fourshared {
    background: url('https://l2custom.com/images/patch.png') -429px 0 no-repeat;
    width: 84px;
    height: 61px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 2px;
  }

  .fourshared:hover {
    background: url('https://l2custom.com/images/patch.png') -429px -61px;
    width: 84px;
    height: 61px;
  }
  .download {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #ffffff;
  }