@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,500;1,700&display=swap');



* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
}

a  {
    color: unset;
}

a:hover {
    text-decoration: none;
}

header {
    background-image: url(Pozadi.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    height: 100vh;
    position: static;
    display: flex; 
    align-items: center;
    flex-direction: column;
}


.bignadpis {
    text-align: center;
    font-size: 15vw;
    margin: 0;
    color: rgb(255, 255, 255);
    flex: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

header h2 {
    color: rgb(255, 255, 255);
   
    background-color: rgba(0, 0, 0, 0,8);
    font-size: 4vw;
    flex: 1; 
    margin: 0;
}

main {
    
    background-image:url(Pozadi_ald.jpg) ;
  
    color: #ffffff;
    overflow: auto;
}

.txtimgveci {
    display: flex; 
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    max-width: max(60%,1000px);
    padding: 1rem;

    border-radius: 36px;
    background: #000000;

}

img {
    max-width: 100%;
    border-radius: 16px;
}

.txtimgveci img {
    
   
    
    padding: 16px;
    border-radius: 24px;
}

.txtimgveci .image {
    flex: 2;
    margin: 16px;
    
}

.txtimgveci .text {
    flex: 3;
    margin: 16px;
}

.txtimgveci .text h2 {
    font-size: 3em;
    margin: 16px 0;
}

.purpel { 
    background-color: #7a11e4;
    color:  #d5d8dc;
    padding: 2rem;
}

.aaaa { 
    max-width: max(60%,1000px);
    margin: auto;
}

.aaaa div {
    display: flex; 
    flex-direction: column;
    align-items: center;
}

.aaaa h2 {
    font-size: 3.5em;
    margin: 2rem 0;
    text-align: center;
}

.aaaa h3 {
    font-size: 2em;
    margin: 1rem 0;
    text-align: center;

}

.aaaa p {
    text-align: center;
}

.purpel img {
    box-shadow: 9px 9px 18px #090809, -9px -9px 18px #232225;
    padding: 16px;
    border-radius: 40px;
    
}

p {
    text-align: justify;
}


.smol {
    font-size: small;
}


footer {
    background-color: #252525;
}

footer div {
    margin: auto;
    padding: 16px 0;
    color: #b4b4b4;
    text-align: center;
    font-size: 0.9em;

}

@media (max-width: 800px) {
    .txtimgveci {
      flex-direction: column;
    }
    .txtimgveci img {
        max-width: 100%;
    }
}



