
.footer{
    text-align: center;

}

#naslov { 
            font-weight: bold;
	   /* color: dimgray; */
	   text-align:center;	
}



.optima{
    position:relative;
    right: -600px;
    top:-870px;
}

.vip{
    position: relative;
    right: -600px;
    top: -820px;
    
}

.tutorial{
    position:relative;
    left:0px;
    top:-750px;
}


.c-font{
    font-family: Arial, Helvetica, sans-serif;
}

#opcenito{
    position:relative;
    right: 0px;
    top: -780px;
}


/*
input.datum[type=submit] {
    
    //color: #fff;
    background: tomato;
    padding: 10px 20px;
    border-radius: 3px;
    color: black;
}
*/

input.datum[type=submit]:hover {
    background: blue;
}

iframe#rufus{
    position:absolute;
    left:700px;
    top:475px;
    
}

div#postgre_sql{
    position:absolute;
    left:50px;
    top:100px;
}

/* add space --> margin */
.link-with-space{
    margin-left: 10px;
}

.azure-container{
    margin: 20px; 
    padding: 15px;
}




