@charset "UTF-8";

*{
  margin: 0;
  padding: 0;
}

html{
  height: 100%;
}

body{
  background-color: #006600;
  position: relative;
  width: 100%;
  height: 100%;
}

.wrap{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; 
  width: 484px;
  height: 202px;
  text-align: center;
}


#lefteye, #righteye{
  position: relative;
  margin: 0px auto; 
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow:  0px 0px 10px #000;
  border: solid 1px #000;
  float: left;
  margin: 0px 20px;
}

.smalleye{
  position: absolute;
  top: 60px;
  left: 110px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000;
}

span{
  font-size: 60px;
  margin: 100px auto 0px;
}
