html,
body {
  margin: 0;
  padding: 0;
  background-color: #f9bd15;

}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
border: solid 3px black;

}

#face{ 
 position: fixed;
 width: 524px;
  height:  524px;
background-image: url("image.svg");
background-position: 0 ;
background-size:  4237px;
overflow: hidden;
background-repeat: no-repeat;
}



#cuello{
   position: fixed;
 width: 524px;
  height:  524px;
background-image: url("image.svg");
background-position:-524px  0 ;
background-size:  4237px;
overflow: hidden;
background-repeat: no-repeat;
}

#ojos{
   position: fixed;
    width: 524px;
  height:  524px;
background-image: url("image.svg");
background-position:-1575px  0 ;
background-size:  4237px;
overflow: hidden;
background-repeat: no-repeat;


}

#blanco{
position: fixed;
 width: 524px;
  height:  524px;
background-image: url("image.svg");
background-position:-1055px  0 ;
background-size:  4237px;
overflow: hidden;
background-repeat: no-repeat;

}





@keyframes caratotalanima {
  0%   {transform: rotate(0deg); }
  
  30%  {transform: rotate(5deg); }

70%  {transform: rotate(-3deg); }
  100% {transform: rotate(0deg); }
}


#caratotal{
   position: fixed;
 width: 524px;
  height: 524px;


  animation-name: caratotalanima;
animation-duration: 6s;
 animation-iteration-count: infinite;
}


#caratotal2{
   position: fixed;
 width: 100%;
  height: 100%;
}

#dibujo{
  width: 524px;
  
 background-color: #f9bd15;

 margin: auto;




}



* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}



