.hover-zoom {
    transition: transform 0.3s ease;
}

.hover-zoom:hover {
    transform: scale(1.05);
}

#stranicenje {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.411);
    margin: 0;
    padding: 0;
}

.gumbStranicenje {
    width: 100%;
    background-color: #00000073;
    color: white;
    border: none;
    border-radius: 0 !important;
    cursor: pointer;
}

.gumbStranicenje:hover {
    background-color: #7A3231;
    color: white;
}