/* Screen widths */
/*Grace's rocket pop site colors*/
/* Site Colors */
.page-node-4 #content {
  background-color: #E63946;
  color: black;
  margin-left: 2%;
}
.page-node-4 #content p,
.page-node-4 #content th,
.page-node-4 #content td {
  color: black;
}
.page-node-4 #content table {
  border: brown solid 2px;
}
.page-node-4 #content table th {
  background-color: #3d52c9 !important;
  color: white !important;
  text-align: center !important;
}
