body {
    /* The image used */
    background-image: url("../assets/primis_background_color.png");
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  
  .logo {
    width: 100%;
    height: 100%;
    height: 150px;
    text-align: center;
  }

  .full {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
  }

  #loading {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    scale: 50%;
  }
  
  #zoom img{
    /*animation: scale 7s linear infinite;*/
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding-top: 50%;

    scale: 25%;
    margin: 0 auto;
  }
  
  #loading.main_done img {
    opacity: 1;
  }
  
  body,
  html {
    height: 100%;
  }
  
  .bg {
    /* The image used */
    background-image: url("assets/primis_background_color.png");
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }  
 