body {
font-family: 'Georgia';
background: orange;
}

#kontejner {
text-align: center;
margin: 0 auto;
border: 1px solid black;
background: white;
width: 90%;
}

a {
font-weight: bold;
}

hr {
border: none;
border-top: solid #555 1px; 
}
