*{
    box-sizing: border-box;
}
h1{
    text-align: center;
    color: white;
    font-size: 50px;
}
h2{
    text-align: center;
     color: white;
    font-size: 35px;
}
h3{
    text-align: center;
     color: white;
    font-size: 30px;
}
body{
    background-color: rgb(244, 127, 255);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.container{ 
    max-width:  960px; 
    -outline: 2px dotted red; 
  margin-left: 810px;
}

.resetiranje_liste{ 
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
} 

ul li a{ 
    background-color: rgb(233, 169, 230); 
    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: rgb(216, 117, 255); 
    color: rgb(255, 71, 230); 
} 
a{
    color: white;
}
