@import url('stilo.css');

body {
    font-family: Palatino, serif;
    margin-left: auto;
    margin-right: auto;
    max-width: 45em;
}
body p.teksto {
    padding: 30px 40px;
    text-align: justify;
    line-height: 130%;
}

body h1 {
    text-transform: uppercase;
    letter-spacing: 0.3ex;
    word-spacing: 1.5em;
}
body h1 span {
    white-space: nowrap;
    word-spacing: normal;
}
body h1 span:first-child {

}
hr {
    color: white;
}