body
{
    background-color:rgba(255, 119, 0, 0.81);
}
h1
{
    font-family:Brankovic, Arial, sans-serif;
    text-align:center;
}
ul
{
    list-style-type:none;
    
}
ul li
{
    float:left;
    width:220px;
    background-color:Blue;
    text-align:center;
    margin:20px;
    border-radius:15px;
    border-bottom-style:outset;
}
ul li a
{
    font-family:Tahoma, Verdana, sans-serif;
    font-size:18px;
    color:white;
    text-decoration:none;
    outline:none;
}
ul li:hover
{
    background-color:Red;
}

@font-face
{
    font-family:Brankovic;
    src:url(Fonts/brankovic.eot),url(Fonts/brankovic.ttf);
}