*{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

html, body{
	overflow: auto;
	background-color: #999;
  text-align: center;
  height: 100%;
}

.table {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 10px;
}

#logo{
    margin: 0 auto;
    z-index: 3;
    max-width: 100%;
    height: auto;
}


#text{
  margin: 0 auto;
	background-color: #fff;
	padding: 20px;
  color:  #333;
  max-width: 352px;

}

#nadpis{
        font-size: 25px;
        font-weight: lighter;
}

a{
        color:  #333; 
        text-decoration: none;   
}

a:hover{
        text-decoration: underline;
}