/* Austin Brantley 
Lab 10 */


.w3-top {
  overflow: visible;
}

#grad {
  background-image: linear-gradient(to bottom right, red, rgb(0, 225, 255));
  background-repeat: no-repeat;
}