.ponuda-pizza{
    width: 370px;
    height: 278px;
    object-fit: cover;
}

.footer-links a{
    margin-top: 10px;
    padding: 0 20px;
}

.footer-links a:nth-child(1){
    padding-left: 0px;
    border-right: 1px solid gray;
}

.alert-success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.pravni-h3{
    margin-top: 20px;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .rd-navbar-brand{
        width: 100%;
    }
}