﻿body {
    font-family: Garamond;
    background-image: url(Obrázky/f9a.jpg)
}

p {
    font-size: 20px;
    text-indent: 1cm
}

.sadness {
    font-style: italic;
    font-weight: bold;
    color: darkblue;
    text-align: center
}

h1, h2 {
    text-align: center;
    color: thistle
}

.gucci {
    font-style: italic;
    font-weight: bold;
    background-image: url(Obrázky/iziz.png);
    color: whitesmoke;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 150px;
    height: 500px
}

div {
    margin: 20mm;
    border-width: 1mm;
    border-color: black;
    border-style: solid;
    background-image: url(Obrázky/depressive-wet-weather-season-background-rain-drops-window-city-urban-skyline_sglvegxs__F0000.png);
    background-size: 1000px;
    background-position: center;
    background-repeat: no-repeat;
    border: 20px
}
.new {
    color:aliceblue
}
div {
    background-color: rgba(255, 255, 255, 0.38);
    margin: 15mm;
    border-width: 3mm;
    border-color: #000000;
    border-style: solid;
    padding: 7mm;
}