footer {
    width: 100%;
  }
  footer p {
    margin-bottom: 15px;
  }
  .loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff !important;
    z-index: 3000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .loading .img-illustration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  @media only screen and (max-width: 770px) {
    .body {
      padding: 20px !important;
      min-height: calc(100vh - 35px) !important;
    }
    a,
    p,
    span.page-title-1,
    span.page-title-2 {
      font-size: 12px !important;
    }
  }
  .body {
    padding: 50px;
    min-height: calc(100vh - 50px);
  }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 80px !important;
    }
  }
  @media only screen and (min-width: 600px) {
    h1 {
      font-size: 70px !important;
    }
  }
  @media only screen and (max-width: 599px) {
    h1 {
      font-size: 50px !important;
    }
  }
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 25px !important;
    }
    a,
    p,
    span.page-title-1,
    span.page-title-2 {
      font-size: 11px !important;
    }
  }
  h1,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 900 !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Poppins, sans-serif !important;
  }
  h2 {
    font-weight: 400 !important;
  }
  a,
  li,
  p,
  span {
    font-family: Poppins, sans-serif;
    font-weight: 300 !important;
  }
  @media only screen and (max-width: 770px) {
    .navigation {
      padding: 20px !important;
    }
    .navigation .icons-list {
      margin-top: 20px !important;
    }
    .navigation .sazumi-nav-illustration {
      width: 50px !important;
    }
    .sidebar-bottom {
      bottom: 20px !important;
      left: 20px !important;
      right: 20px !important;
    }
  }
  .navigation {
    padding: 50px;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff !important;
    z-index: 3000;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 20px -13px #000;
    box-shadow: 0 0 20px -13px #000;
  }
  .sidebar-bottom {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
  }
  .navigation .sazumi-nav-illustration {
    width: 80px;
  }
  .navigation ul.nav-items {
    margin-left: -40px;
    text-align: right;
  }
  .navigation ul.nav-items li {
    list-style-type: none;
  }
  .navigation ul.nav-items li a {
    color: #000;
    margin-top: 15px;
    display: block;
    font-size: 1rem;
  }
  .navigation ul.nav-items li a:hover {
    color: #c12688;
  }
  .navigation .sazuminavbg {
    width: 100%;
    background: url(../img/io.7152e4e9.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
  }
  .navigation .sazumihack-icon,
  .navigation .hashnode-icon {
    width: 17px;
    margin-bottom: 4px;
  }
  .navigation .icons-list {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: -40px;
  }
  .navigation .icons-list li {
    list-style-type: none;
    display: inline;
    margin-right: 10px;
  }
  .navigation .icons-list li img {
    margin-top: -5px;
  }
  .navigation .icons-list li a {
    color: #000 !important;
  }
  .navigation .icons-list i {
    font-size: 20px;
  }
  .sidebar .page-title,
  .underline {
    text-decoration: underline;
  }
  .sidebar .page-title,
  .sidebar .page-title-1 {
    margin-left: 20px;
  }
  .sidebar .page-title-2 {
    margin-left: 0;
    font-weight: 400 !important;
  }
  .sidebar .black {
    color: #000 !important;
  }
  .sidebar .fas.fa-bars,
  .sidebar .fas.fa-times {
    cursor: pointer;
  }
  .fade-enter-active,
  .fade-leave-active {
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }
  .fade-enter,
  .fade-leave-to {
    opacity: 0;
  }
  .background-home-image[data-v-296bce1c] {
    height: 100vh;
    background: url(../img/sazumi-new.c67e949c.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  .home .body[data-v-296bce1c] {
    padding: 50px;
  }
  .home .body h1[data-v-296bce1c] {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .sazumihack-icon[data-v-296bce1c] {
    width: 17px;
    margin-bottom: 4px;
  }
  .hashnode-icon[data-v-296bce1c] {
    width: 17px;
    margin-bottom: -2px;
  }
  .icons-list[data-v-296bce1c] {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -40px;
  }
  .home .icons-list i[data-v-296bce1c] {
    font-size: 20px;
  }
  .icons-list li[data-v-296bce1c] {
    list-style-type: none;
    display: inline;
    margin-right: 10px;
  }
  .icons-list li img[data-v-296bce1c] {
    margin-top: -5px;
  }
  .icons-list li a[data-v-296bce1c] {
    font-size: 22px;
    color: #000 !important;
  }
  .home p a[data-v-296bce1c] {
    color: #000 !important;
    text-decoration: underline;
  }
  .img-full-width[data-v-296bce1c] {
    width: 100%;
  }
  @media (max-width: 575px) {
    .home .body h1[data-v-296bce1c] {
      padding-top: 20px;
      padding-bottom: 10px;
    }
    .home .icons-list[data-v-296bce1c] {
      margin-top: 20px;
      margin-bottom: 0;
    }
  }
  