div#header{
background-color:#0C34FF;
border-style: groove;
border-color: #0C34FF;
border-width: 4px;
}

div#header h1 {
font-weight:bold;
text-shadow:-2px -2px 2px black;
-webkit-text-fill-color: red;
-webkit-text-stroke: 1px lightgray;
text-align: center;
}
div#header p {
font-weight:bold;
color:white;
text-align: center;
}
h2 {
color:red;
}

#content {
border-style: groove;
border-color: #E0EEEE;
border-width: 5px;
background-color:#E0EEEE;
text-decoration:none;

}
#content p{
font-size: 20px;
font-weight: bold;
margin-left:15px;
margin-right:15px;
text-align:left;
text-decoration:none;
}
p {
font-style: normal;
margin-left:30px;
margin-right:20px;
text-align:left;
font-size:19px;
text-decoration:none;
}

#kontejner {
position:relative;
}
#wrap {
margin-left:-100px;
width:575px;
border:2px ridge silver;
display:inline-block;
background-color:white; 
}

#zak {
position:fixed;
margin-top:30px;
display:inline-block;
color:white;
}

#oglas {
 margin-left:50px;   
}

a {
text-align:center;
font-size:20px;
font-weight:bold;
text-decoration:none;
}
img {
border-style:ridge;
 border-width:3px;
 border-color:#7A90A7;
}

.a {
text-align:center;
}
div#footer {
background-color:#0451BC;
color:white;
font-size:15px;
}
.x {
display:none;
}