@import "normalize.css";


.c-item
{
    height: 480px;;
}

.c-img
{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.overview
{
    height: 180px;
    background-color: #d3dae1;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}
