body {
  background: green;
  color: white;
  font-family: Verdana;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(white, lightpink, white);
  color: deeppink !important;
}
.section {
    background: linear-gradient(white, lightpink, white) !important;
    padding: 5px;
    box-shadow: 2px 2px 2px white;
    color: deeppink !important;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(white, lightpink, white);
  color: deeppink !important;
}