#box_naslov{
    width: 600px;
    height: 350px;
    background-color: crimson;
    margin: auto;
    border-radius: 10px;
    padding-top: 10px;
    text-align: center;
   font-size: 30px;
   color: #ebcf34;
   border: 5px solid #23326A;

}
img{
    width: 100px;
    height: 100px;
    float: left;
    border: 3px solid #23326A;
    border-radius: 50px;
}
p{
    text-align: left;
}
h1{
    text-align: center;
}