body {
	background-color: #000000;
  background-image: url("pozadi.png");
	text-align:center;
	margin: 0px;
}



#text {
margin: 0px auto 0 auto;
height:316px;
text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
text-align:left;
color: #FFFFFF;
width:450px;
}


#text h1 {
font-family: 'Roboto', sans-serif;
color: white;
font-size:50pt;
margin-bottom: 10px;
margin-top:10px;
}

#text h2 {
font-family: 'Roboto', sans-serif;
color: #01CC00;
font-size:25pt;
margin-bottom: 40px;
margin-top: 10px;
}


#text a {
color: white;
margin-left:15px;
margin-right:40px;
}

#text p {
float:left;
margin-bottom:5px;
margin-top:5px;
}

#text p img {
color: white;
vertical-align:middle;
}

@media only screen and (max-width : 450px) {
				#text {
					width: 90%;
				}
				
        
        #text h1 {
font-size:30pt;

}

        #text h2 {
font-size:20pt;

}
				
			}

