* {

    box-sizing: border-box;

}

h1 {
    text-align: auto color: white;
    font-size: 50px;
}


body {

    background-color: rgb(0, 238, 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(21, 109, 209);

    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(9, 52, 77);

    color: rgb(255, 71, 230);

}

a {

    color: white;

}