﻿p {
    font-size: large;
    font-style: italic;
    font-family: cursive;
    text-align: justify;
}

.obrazecek {
    background-image: url(Obrázky/62.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}

.ramecekokraje {
    border-width: 2mm;
    border-color: black;
    border-style: solid;
    border-radius: 15px;
    padding: 5mm;
    margin: 10mm;
    background-color: lightblue;
}

.odstavec {
    font-size: 20px;
    text-indent: 1cm;
    text-align: justify;
    background-color: violet;
}

.nastred {
    margin-left: auto;
    margin-right: auto;
}

ol {
    list-style-type: lower-roman;
}

ul {
    list-style-image: url('Obrázky/FDV633d20_534181_16x9_lg.jpg');
    list-style-position: outside;
    line-height: 40px;
}

.flex {
    display: flex;
    justify-content: center;
}

span {
    vertical-align: 30%;
}
