
#wrap {
display:inline-block;
width:575px;
border-style:ridge;
background:white;
} 
h2 {
margin: 0; 
vertical-align: middle;
-webkit-text-fill-color: red; 
-webkit-text-stroke: 1px black;
font-size:50px;
font-family:sans-serif;
}
#header {
background-color: #0C34FF;
width:100%;
display:inline-block;
}
#header p {
color: white;
font-weight:bold;
font-size:20px;
}
#header a {
margin-top:25px;
}

.menu {
vertical-align: middle;
border:2px solid white;
width:45px;
height:45px;
margin-right:25px;
border-radius:3px;
}

#header {
background-color:#0451BC;
color:white;   
width:100%; 
float:left;
}
#header h1 {
font-size:50px;
margin-top:1px;
color:red;
-webkit-text-stroke: 1px lightgray;
font-family:sans-serif;
}
#header p {
margin-top:1px;
}


    #content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    width: 500px;
    margin: auto;
    text-align: center;
}
a {
    all: unset; /* Poništava sva podrazumevana i prethodno definisana svojstva */

}
 a {
     text-decoration:none;
     font-weight:bold;
 }
  a p {
     color:black; 
      
  }  
    .inner {
   width: 95%!important;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align:left;
    margin: auto!important;
  
    }
       .inner p {
    font-family:sans-serif;
    color:black;
    font-size: 16px;
    text-align:left;
    margin-bottom: 15px;
    padding: 5px;
   
  
    }

 
 
    .dugme {
    color:blue;
    border: 1px solid black;
    border-radius: 5px;
    padding: 2px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    font-family: sans-serif;
}
     .dugme:hover {
     color:white;
     background:royalblue;
        
    }   
    
    .postavi {
    border: 1px solid black;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px 15px;
    font-family: sans-serif;
    color: white;
    background: Red;
}
.sektor {
    color: white;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    background-color: teal;
    width: 100%;
    margin-top: 3px;
    border-radius: 5px;
}
footer {
background-color:#0451BC;
color:white;
font-size:15px;
margin-bottom:1px;

}
footer p {
  color:white;
  text-align:center;
}
footer a {
  color:white;
}
footer a:hover {
  color:red;
}    
@media only screen and (max-width: 501px) { 
    #wrap {
width:100%;

} 
       h2 {
           font-size:30px;
       }
    #content {
    background: white;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: auto;
    text-align: center;
}
} 
      