.peter {
    color:rgb(205, 19, 19);
}

.mayor {
    color:rgb(0, 0, 0);
}

.dana {
    color:rgb(98, 13, 13);
}

.ray {
    color:rgb(255, 0, 0);
}

.winston {
    color:rgb(79, 47, 47);
}

.narrator {
    color:rgb(122, 123, 149);
}

.egon {
    color:rgb(39, 39, 105);
}

.title{

    font-weight:bolder
}

.scene{
    font-family:Arial, Helvetica, sans-serif
}