/* CSS Document */
html{min-width: 100%;
    min-height: 100%;}

body { background-color: #2121af; font-family:  Helvetica, Arial, "sans-serif"; color:  #FFF; padding: 0px; margin:  0px; text-align: center; background-image: url("../Oblaki.jpg"); 
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
}
a { color:  #FFF; font-weight: bold;text-decoration: none; }
a:hover { text-decoration:  underline; }


h1, h2 { padding-top: 150px; padding-bottom: 42px; text-align: center; text-transform: uppercase; color:  #FFF; }


img { max-width:  100%; }

