/* CSS Document */

.pict {
 max-width: 80%;
 max-height: 80%;
 min-width: 50px;
 min-height: 50px;
 margin-left:auto;
 margin-right: auto;
}

body{
margin: 0;
padding: 0 ;
}

.wrapper{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
text-align: center;
background-image: url(bg2.jpg);
background-size: cover;
}

.znak{
margin: 0 auto;
background-image: url(znak.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
width: 80%;
height: 80%;
}

.mez{
height: 5%;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;
font-size: 12pt;
color: rgb(255,255,204);
}

a {
color: black;
text-decoration: none;   
font-size: 14pt;
color: rgb(255,255,204);
}

.pio{
background-image: url(Pio-logo.png);
min-height: 150px;
min-width: 579px;
position: absolute;
right:0%;
}