html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    scroll-behavior: smooth;
}
.nav-special {
    background-color: rgba(0, 0, 0, 0.748);
    transition: 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 15px 0;
    border-bottom: solid #32CD32;
    font-family: 'Nadpis';
}
.navbar-nav .nav-link {
    color: white !important;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover {
    color: #32CD32 !important;
    font-size: 1.5rem;
    transition: 0.5s;
}
.navbar-brand img{
    height: 60px !important;
    width: auto !important;
}
@font-face {
    font-family: 'Nadpis';
    src: url('Fonty/Montserrat/static/Montserrat-Regular.ttf');
}