h1{
    color: orange;
}
ul li{
    list-style-type: none;
    background-color: orange;
    margin: 15px;
    width: 90px;
    height: 25px;
    text-align: center;
    border-radius: 10px;
    padding: 3px;
    padding-top: 10px;   
}
ul li:hover{
    background-color: cyan;
    text-decoration: underline;
}
.resetiranje-liste{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.container{
    margin-left: 200px;
}
.link{
    text-decoration: none;
}

#server{ text-decoration: none;
font-size: 15px;
color: red;}
