html{ 
 background: url('../iconbckg.jpg') fixed;
 background-size: cover;
}
body {
 padding: 0 0 30 0;
}
.coloane {
height: 100%;
-moz-column-gap: 10px;
-webkit-column-gap: 10px;
column-gap: 10px;
column-width:60px;
-moz-column-width: 60px;
-webkit-column-width: 60px;
column-fill: auto;
-moz-column-fill: auto;
-webkit-column-fill: auto;
}
