body{
    background-color: beige;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
}
h1{
    color: rgb(209, 136, 102);
}
p{
    color: rgb(156, 88, 42);
}
h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
p{

    color: #333;

}

#main_heading{

    color: aqua;

    font-size: 50px;

}

.brown{

    color: brown;

}

.text{

    font-size: 25px; /*ovo je dio koda za povecanje koda*/

}