h1{
    color: rgb(0, 0, 255);
    text-decoration: underline;
}
    body{
    background-color: rgb(201, 201, 253);
    font-family: 'Times New Roman', Times, serif; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slika{
    width: 300px;
    height: 200px;
    overflow: hidden;
}
.sekcija1{
    width: 300px;
    height:100px;
    background-color:rgb(119, 119, 227); 
    overflow: auto;
}
.sekcija2{
    width: 300px;
    height: 200px;
    background-color:rgb(119, 119, 227);   
    overflow: scroll;
}
.sekcija3{
    width: 300px;
    height: 200px;
    background-color: rgb(119, 119, 227);
}
h2{
    font-style: italic;
}
