﻿p {
    font-size: 25px;
    color: deepskyblue;
    text-align: center;
    text-indent: 30px;
    margin: 0px;
    font-size-adjust: 10;
    font-style: italic;
}

h2 {
    font-size: 35px;
    color: mediumpurple;
    border-color: aqua;
    text-align: center;
    font-style: oblique;
    font-size-adjust: 10
}

#jmeno_1 {
    font-size: 40px;
    background-color: aqua
}

.podtitul {
    font-size: 30px;
    color: black;
    text-align: center;
    background-color: aquamarine
}

.podtitul_2 {
    font-size: 25px;
    font-style: oblique;
    color: gray;
    font-family: Arial
}

.podtitul_3 {
    font-size: 20px;
    font-style: inherit;
    color: blue;
    font-family: 'Bookman Old Style';
    background-color: beige
}

.prechod {
    background-image: linear-gradient(grey,aqua);
    background-image: url('../obrazky/peepohappy.jpg');
}

.obrazek {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%,100%
}

.okraje {
    border-width: medium;
    border-style: solid;
    border-color: blue
}

.okraje_2 {
    border-top: double;
    border-left: ridge;
    border-bottom: solid;
    border-right: dotted
}

.nadpis {
    text-align: center
}

.ramecek {
    background-color: lavender;
    margin: 10mm;
    border-color: olivedrab;
    border-style: solid;
    padding: 5mm;
    border-radius: 20px
}

.odstavec {
    font-size: 20px;
    text-indent: 1cm;
    text-align: justify;
    background-color: white
}

.nastred {
    margin-left: auto;
    margin-right: auto
}

ol {
    list-style-type: upper-roman
}

ul {
    list-style-image: url('obrázky/google.png');
    line-height: 20px
}

span {
    vertical-align: 30%
}
