@charset "UTF-8";
*{
    margin:0;
    padding:0;
}
.bodyface{
    width:100%;
    height: 100vh;
    background: url('../images/index.jpg') center center no-repeat;
    background-size:cover;
    overflow:hidden;
}