

body { 
    background-image: url('/images/zDJER LOGO CRICLE 1 2 smaller.png');
    background-repeat: no-repeat;
    background-position: center 0px; 
    background-size: 25px;
    background-repeat: repeat;
    

  }


  .image1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin:-150px 0 0 -150px;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


/*

.image {
  position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin:-150px 0 0 -150px;
  overflow: hidden;
  transition-duration: 1s;
  transition-property: transform;
}
.image:hover {
  transform: rotate(360deg)infinite;
  -webkit-transform: rotate(360deg) infinite;
}
*/

/*
  img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
  }
*/



/*
.logo1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  max-width: 100%;
  max-height: 100%;
}

*/

/*
.logo1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  z-index: 0;
}
*/







