Lokacije
{
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.7);
display: flex !important;
justify-content: center !important;
align-items: center !important;
z-index: 99999;
box-sizing: border-box;
