@font-face {
  font-family: Segan-Light;
  src: url("../../_static/font/Segan-Light.ttf");
}
body {
  /* margin: 0 !important ; */
  /* padding: 0 !important ; */
  /* font-family: Segan-Light; */
}
.center {
  font-size: 4rem;
  font-weight: 100;
  transform: translate(-50%, -50%);
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
div.bg-image {
  background-image: url("https://moxietek.app/_assets/img/brand/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 420px;
  height: 102px;
  margin: auto;
  padding: 0;
  transition: 2s;
}
@media (max-width: 767px) {
  .center {
    width: 100vw;
  }
  div.bg-image,
  img {
    width: 300px;
    height: 75px;
  }
}
