body{
    margin: 0;
    overflow: hidden;

}

.image{
    height: 100vh;
}

.image img{
    height: 100vh;
    width: 100vw;
}