body {
    background-color:beige !important;
}
p {
    color: #333;
}
#main-heading {
    color: blueviolet;
    font-size: 50px;
}
.brown {
    color: brown;
}
.text {
    font-size: 20px;
}
 
div p a {
   font-size: 22px; 
}
 
div .brown a {
    font-size: 30px;
 
}
 
div p.brown a {
    color: rgb(226, 95, 43);
}
 
h1, h2, h3, h4, h5, h6 {
    color: orange;
}
 
div p.brown a:hover {
    color: rgb(0, 0, 0);
}

p:active {
    color: red;
}

p:nth-child(even) {
    color: blue;
}
p:last-of-type{
    font-size: xx-large;
} 
/*komentar*/