.g-1 {
    background-image: url("images/Beograd-1.png");
    background-size: cover;
    background-position: center;
}

.g-2 {
    background-image: url("images/Beograd-2.png");
    background-size: cover;
    background-position: center;
}

.g-3 {
    background-image: url("images/Sarajevo.png");
    background-size: cover;
    background-position: center;
}

.g-4 {
    background-image: url("images/Subotica.png");
    background-size: cover;
    background-position: center;
}

.g-5 {
    background-image: url("images/absolute-beginners.png");
    background-size: cover;
    background-position: center;
}

.card-text-grupe {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: medium;
    color: #7a6736;
    line-height: 20px;
    margin-bottom: 5px !important;
}


.card-text-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'ArchivoNarrow-VariableFont_wght';
    font-size: 72px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
}
.note{
    font-size: 42px !important;
}