body {
    background-color: gray;
}

h1 {
    text-align: left;
}

h3 {
    font-weight: bold;
    font-style: italic;
}

.prvi {
    font-size: 50px;
    color:red;
}

.drugi {
    text-align: justify;
    font-size: 11px;
}

.treci {
    letter-spacing: 10px;
}

.cetvrti {
    color: red;
    text-align: left;
    
}

.peti {
    text-transform: capitalize;
    font-style: calc();
    text-align: center;
    font-size: x-large;
}

.sesti {
    text-align: right;
}