* {
    padding: 0;
    transform-origin: center;
}
/*
body {
    background:#303f50;
	display: flex;
    justify-content: center;
    align-items: center;
}
*/
.head {
    /*position:absolute;*/
	background: #303f50 url(../../images/eyeImgs/searchEye_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 125px;
    height: 50px;
	margin:0 auto;
    margin-top: 1px;
	text-align:center;
		/*border:1px solid #000;*/
}
/*two eyes*/
.eyes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
		/*border:1px solid #000;*/
}

/*the shape of the eye-outlined*/
.eye {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin: 11px;
    text-align: center;
		/*border:1px solid #fca000;*/
}

/*the eye*/
.ball {
    background: url(../../images/eyeImgs/toon-eyeBall.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 21px;
    height: 21px;
    border-radius: 50%;
		/*border:1px solid #ff0000;*/
}

/*LINKS*/
.eyes:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
	cursor:pointer;
}