.move-area{/*normally use body*/
    
}
.eyes_container {
    width: 100%;
}
.eye {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    background: rgba(255,255,255,0.9);
}
.eye:after { /*pupil*/
    position: absolute;
    bottom: 17px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    content: " ";
}
#eyes_rel {
    position: relative;
    left: 179px;
    top: 87px;
}

#zucky_cucky {
    background-image: url('zuck.jpeg');
    height: 250px;
    background-size: cover;
    position: relative;
    left: 0px;
    top: 0px;
}