body, html {
  height: 100%;
  margin: 0px;
  background-color: black;
  color: white;
}
/* #header {
}
#content {
}
#footer {
} */
.bg-purple {
  background: rgb(48,0,50);
}
.bg-gray {
  background: rgb(74,74,74);
}
.bg-blue {
  background: rgb(50,101,196);
}
.bg-red {
  background: rgb(196,50,53);
}
