#kontejner {
position:relative;
}
#wrap {
width:425px;
border-style:ridge;
display:inline-block;
float:center;
}

#zak {
position:fixed;
margin-top:10px;
display:inline-block;
color:white;
}
div#trim{
background-color:#06F;
border-style: groove;
border-color: #0C34FF;
border-width: 5px;
height:110px;

}

h1 {
color:red;
font-size:55px;
font-weight:bold;
text-shadow:-1px -1px 2px black;
-webkit-text-fill-color: red;
-webkit-text-stroke: 1px black;
}
p {
margin-left:20px;
margin-right:10px;
text-align: left;
font-size:20px;
font-weight:bold;
}

img {
border-style:ridge;
 border-width:3px;
 border-color:#7A90A7;
}

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