body {
    background-color: rgb(241, 138, 172);
}

h1 {
    text-align: center;
}

h3 {
    font-weight: bold;
    font-style: italic;
}

.prvi {
    color: blue;
}

.drugi {
    text-align: justify;
    font-size: 2em;
}

.treci {
    letter-spacing: 10px;
}

.cetvrti {
    color: rgb(0, 67, 70);
    text-align: right;
    
}

.peti {
    text-transform: capitalize;
    font-style: calc();
    text-align: center;
    font-size: x-large;
}

.sesti {
    text-align: center;
    
}

.sedmi {
    font-size: xx-large;
    color: aqua;
}