.vijest{
    width: 100%;
    height: 100%;
    background-color: white;
    justify-content: center;

}

.vijest h2{

height: auto;
margin-top: 40px;
margin-left: 150px;
margin-right: 150px;
text-align: center;
font-weight: 700 ;
font-size: 40px;
color: black;
}

.slikan{
    width: 50rem;
    height: 40rem;
    padding-top: 20px ;
    margin-left: 320px;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.slikan img{
    height: auto; 
    max-width: auto;
    object-fit: cover;
   
}
.slikan1{
    width: 50rem;
    height: 40rem;
    padding-top: 20px ;
    margin-left: 320px;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
   
}

.slikan1 img{
    height: auto; 
    max-width: auto;
    object-fit: cover;
}

.tekstn{
    width: 75rem;
    height: auto;
    align-items: center;
    padding-top: 20px ;
    margin-left: 140px;
    align-self: center;
    font-size: 20px;
    text-indent: 50px; 
    
}

div.gallery {
    margin: 5px;
    float: left;
    width: 180px;
  }
  
  div.gallery:hover {
   
    transform: scale(1.2, 1.2);
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  

@media all and (max-width: 700px) {
    .vijest{
        width: 100%;
        height: 100%;
        background-color: white;
        justify-content: center;
    
    }
    .slikan{
        width: 28rem;
        height: 34rem;
        align-items: center;
        padding-top: 10px ;
        margin-left: 10px;
        align-self: center;
        margin-bottom: 0px;
    }
    .slikan img{
        width: 100%;
        height: 100%;
        
    }

    .slikan1{
        width: 29rem;
        height: 35rem;
        align-items: center;
        padding-top: 10px ;
        margin-left: 10px;
        align-self: center;
        margin-bottom: 20px;
    }

    .slikan1 img{
        width: 100%;
        height: 100%; 
    }
    .vijest h2{
        
        height: auto;
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
        text-overflow: clip;
        font-weight: 700 ;
        font-size: 20px;
        color: black;
    }
    .tekstn{
            width: 29rem;
            height: auto;
            margin-top: 0px;
            padding-top: 10px ;
            margin-left: 10px;
            font-size: 15px;
            text-indent: 30px; 
    }
  }

  
 
  