

body { 
    background-image: url('images/PWD2LANGING1UNDERCONSTR1justcircle1o.jpg');
    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 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s 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); 
    } 
}

.image2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin:-150px 0 0 -150px;
  transform: rotate(180deg);
  -webkit-animation:spin .5s linear infinite;
  -moz-animation:spin .5s linear infinite;
  animation:spin .5s linear infinite;
}
@-moz-keyframes spin { 
  100% { -moz-transform: rotate(2000000deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(2000000deg); } 
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotate(2000000deg); 
      transform:rotate(2000000deg); 
  } 
}


/*

.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;
}
*/







