.move-area{/*normally use body*/
    width: 100vw;
    height: 100vh;
    padding: 10% 45%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.container {
    width: 100%;


}
.eye {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: #CCC;
}
.eye:after { /*pupil*/
    position: absolute;
    bottom: 17px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    content: " ";
}

.title{
    position: relative;
    right: 240px;
    font-size: 4vw;
}