*{
    box-sizing: border-box;
}
h1{
    text-align: center;
    margin-right: 600px;
  color: antiquewhite;
    font-size: 50px;
}
body{
    margin: 0 auto;
    background-color: #3e8538;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.container{
    max-width:  960px;
  margin-left: 810px;
}
.resetiranje_liste{
    margin: 0;
    padding: 0;

}
ul li a{
    background-color: #4faa39;
    text-decoration: none;
    width: 250px;
    height: 50px;
    display: block;
    text-align: center;
    padding: 10px;
    margin: 5px;
    border-radius: 10px;
}
ul li a:hover{
    background-color:#853874;
    color: #59977f;
}
a{
    color: antiquewhite;
}
ul{
        list-style-type: none;
}