body{
    background-color: bisque;
}

h1{

    color: rgb(192, 157, 221);
}
ul li{
    list-style-type: none;
    background-color: rgb(192, 157, 221);
    margin: 15px;
    width: 90px;
    height: 25px;
    text-align: center;
    border-radius: 10px;
    padding: 3px;
    padding-top: 10px;   
}
ul li:hover{
    background-color: rgb(199, 95, 208);
    text-decoration: underline;
}
.resetiranje-liste{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.container{
    margin-left: 100px;
}
.link{
    text-decoration: none;
}