body, html {
    background-color: black;
   height: 100%;
   margin: 0;
   width: 100vw;
   overflow-y: overlay;
   overflow-x: hidden;
}

.bg {
    /*background-image: url("../img/gif/radiation.gif");*/
    background-color: white;
    background-blend-mode: lighten, lighten;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  opacity: 1;
}