/*section .container {
    background-image: url("../images/background.jpg");
    background-repeat: repeat;
    background-size: 100%;
}*/

.card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid white;
    color: black;
}

.fitImg {
    width: 100%;
    height: auto;
}