html,body{
    margin:40;
    height:100%;
    color : white;
    text-align: center;
}
img{
  display:block;
  width:100%; 
  height:100%;
  object-fit: cover;
}
