/**
 * custom
 * place custom style in this file
 * add !important to the end if no effect
 * e.g. color: #fff !important;
 * --------------------------------------------------
 *
 */
 body {
  height: 100%;
}

.container {
  text-align: center !important;
  margin-top: 0 !important;
  display: block !important;
  height: fit-content;
}

.navbar {
  background: #303343;
}

.start-container {
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.start-container .btn-primary {
  letter-spacing: normal;
  padding: 27px 55px;
  font-size: 18px;
  font-weight: 800;

}

#lab_social_icon_footer a {
  color: #fff;
}

#lab_social_icon_footer .social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  color: #00cc6a;
}

#lab_social_icon_footer .social {
  margin: 0 10px;
  -webkit-transform: scale(0.8);
  /* Browser Variations: */

  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

#lab_social_icon_footer .tiktok:hover {
  fill: #00cc6a;
}
