body {
    background-color:white !important;
}
p {
    color: #6f90f1;
}
.brown {
    color: red;
}
.text {
    font-size: 20px;
}
h3 {
    color: rgb(71, 103, 153);
}
#main-heading {
    color: rgb(38, 244, 124);
    font-size: 50px;
}
p:hover{
    color: rgb(225, 241, 40);
}
p:active{
    color: rgb(106, 248, 67);
} 
p :nth-child(odd){
    color: rgb(117, 91, 149);
}

