li {
    color: aquamarine;
    font-size: 20px;
}

h1 {
    text-align: center;
}

h2 {
    color: orange;
}

p {
    text-indent: 100px;
    color: brown;
    font-size: 24px;
}

a {
    color: red;
}

a:visited {
    color: rgb(255, 19, 172);
}

a:hover {
    color: yellow;
}

img {
    max-width: 20vw;
}

.prvi_odstavek {
    font-weight: bold;

}