/* my customization of the w3.css */

#grad {
    background-color: white;
    background-image: linear-gradient(to bottom right, white, purple);
}

@media print {
  nav, footer {
    display:none;
  }
}
