.img img{
    height: 25%;
    width: 20%;
}
.cover-img {
      background-image: url('../assets/images/lea.jpg');
      background-size: cover;
      background-position: center;
      height: 100vh;
    }

