html,
body {
  height: 100%;
}
body {
  user-select: none;
  margin: 0;
  background: #334;
}
a,
a:active,
a:visited {
  color: #999;
  text-decoration: none;
  font-size: 13px;
  transition: 0.5s;
}
a:hover {
  color: #4CA0FF;
}
.container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 1s;
}
.dg.main {
  opacity: 0.8;
}
.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}
