.card {
    border-color: #181919;
    font-size: 1.35rem;
}

#spacer {
    height: 50px;
}

#inABuurt {
    font-size: 1.3rem;
    color: darkred;
    text-decoration: none;
}

#logo_antwerpen {
    position: absolute;
    top: 25px;
    left: 25px;
}

/*#login {
    position: absolute;
    top: 30px;
    right: 25px;
    font-size: 1.3rem;
    color: #FFFFFF !*#17a2b8*!;
    text-decoration: none;
    font-weight: bold;
}*/


.card {
    width: 21rem; /* Default for small phones */
}
@media (min-width: 576px) {
    .card {
        width: 20rem; /* Small phones to medium devices */
    }
}
@media (min-width: 768px) {
    .card {
        width: 24rem; /* Medium devices like tablets */
    }
}
@media (min-width: 992px) {
    .card {
        width: 30rem; /* Large devices like laptops */
    }
}
@media (min-width: 1200px) {
    .card {
        width: 37rem; /* Extra-large desktops */
    }
}
