﻿body {
    font-family: 'Century Gothic';

}

.nadpis {
    font-family: 'Century Gothic';
    font-weight: bold;
    font-size: 60px;
    color: white;
    text-shadow: 1px 1px 10px black;
    background-image: url()
}

#nadpis {
    background-image: url(hello/tom_clancys_the_division_ubisoft_entertainment_characters_105254_3840x1200.jpg);
}

.right {
    background-color: black;
    text-align: left;
}

.left {
    background-color: black;
    text-align: right;
}

.lefttext {
    padding-right: 5px
}

.righttext {
    padding-left: 5px
}

.midtext {
    padding-left: 30px;
    text-align: justify;
}

.obrazky {
    width: 90%;
    padding-left: 30px
}

.obrazkyy {
    height: 150px;
    width: 250px
}

a {
    color: Blue
}
