body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
.image{
height: 100vh;
width: 100vw;
display: grid;
text-align: center;
align-items: center;
background-color: blue;
}
img {
height: 80vh;
width: auto;
object-fit: cover;
object-position: center;
box-shadow: black 0 0 40px 10px;
border-radius: 15px;
}