@charset "UTF-8";
#imagecardview {
  display: flex;
  justify-content: center;
 align-items: center;
  height: 400px;
 border-radius:20px;
  
  background-repeat: no-repeat;
  background-size: 100% 100%;
}