body {
    background-color: rgb(191, 151, 255);
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

a:visited {
    color: rgb(141, 0, 42);
}

h1 {
    text-align: center;
    color: purple;
    font-size: 50px;
    text-decoration: underline;
}

a {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.prvip {
    text-decoration: underline;
    text-transform: capitalize;
    text-indent: 50px;
    letter-spacing: 3px;
    word-spacing: 10px;
    line-height: 1.4;
}

.drugip {
    font-variant: small-caps;
    text-transform: capitalize;
    text-align: center;
    line-height: normal;
    color: rgb(183, 0, 255);
    font-weight: bold;
}

.trecip {
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    color: rgb(0, 0, 142);
    text-align: left;
}

.cetvrtip {
    word-spacing: 20px;
    font-style: italic;
    text-align: center;
    color: rgb(255, 0, 85);
    font-variant: small-caps;
    font-weight: bolder;
}
 a:hover {color: white; text-decoration: overline;}