* {
    box-sizing: border-box;
}

body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: seashell;
}

.pocetni_naslov {
    text-align: center;
    background-color: tomato;
}

img{
    width: 600px;

    float: right;
} 