to change the red header on the follow notification, you can change the color on the below CSS
#follow-notification .header {
color: #FF0000 !important;
}
To increase the font size on the donation message, increase the number below from 20:
#donor-notification .message {
font-size: 20px;
}