*{
    margin: 0;
    padding: 0;
}

body{
    background-image: url(slike/5262717105780496720.jpg);
    font-family: 'Times New Roman', Times, serif;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    
}

img{
    width: 35%;
    display: block;
    filter: grayscale(100%);
}

a{
    color: aliceblue;
    text-decoration: none;
}

header{
  background-color:rgba(69, 43, 43, 0.8);
    padding-top: 50px;
    width: 100%;
    padding: 20px 0;
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

nav{
     text-align: center;
   font-family: 'Times New Roman', Times, serif;
    font-size: 14pt;
    color: #c3c3c3;
    padding-bottom: 10px;
}

nav a {
    text-decoration: none;
    color: #e7e7e7;
    padding: 15px;
    
}

nav a:hover {
    color: #a8a8a8;
}

.text {
   
    margin-left: 60px;
    margin-top: 50px;
    color: #e7e7e7;
    font-size: 20px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
     background-color: rgba(47, 34, 34, 0.7);
  border-radius: 35px;
   margin-right: 90px;
   padding: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);

}

h1{
     font-size: 40pt;
color:#9f8989;
  padding: 20px; 
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  
  
}

h2{
       font-size: 40pt;
color:#9f8989;
  padding: 20px; 
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}


.web{
    display: block;
    color: #c3c3c3;
    text-decoration: none;
   text-align: center;
}

.web img{
    transition: 0.4s;
  display: flex;
  margin: 0 auto;
  
  
}

.web:hover img{
    transform: scale(1.03);
    opacity: 0.8;
}

.web2{
       display: block;
    color: #c3c3c3;
    text-decoration: none;
    text-align: center;
}

.web2 img{
     transition: 0.4s;
      display: flex;
  margin: 0 auto;
}

.web2:hover img{
     transform: scale(1.03);
    opacity: 0.8;
}

h5{
     font-size: 40pt;
color:#9f8989;
  padding: 20px; 
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

.info{
     margin-left: 60px;
    margin-top: 50px;
    color: #dcbfbf;
    font-size: 20px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
     background-color: rgba(47, 34, 34, 0.7);
  border-radius: 35px;
   margin-right: 90px;
   padding: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}