body {
text-align: center;
background-image: url(arkaplan.jpg);
}
h2 {
font-size: 30px;
font-family: Arial;
color: white;
}
#indeks {
font-size: 15px;
font-family: Verdana;
color: red;
}

#indeks i {
font-size: 15px;
font-family: Arial;
color: white;

}

#indeks a { 
font-size: 25px;
font-family: Arial;
color: white;
text-decoration: none;
}

#indeks a:hover {
font-size: 30px;
font-family: Arial;
color: white;
background: red;
text-decoration: underline;
}

#form {
font-size: 20px;
font-family: Arial;
color: red;
}

#form a { 
font-size: 25px;
font-family: Arial;
color: white;
text-decoration: none;
}

#form a:hover {
font-size: 30px;
font-family: Arial;
color: white;
background: red;
text-decoration: underline;
}

#form i {
font-size: 17px;
font-family: Verdana;
color: white;

}