body {
background: rgb(125,255,248);
background: linear-gradient(180deg, rgba(125,255,248,1) 0%, rgba(195,247,255,1) 25%, rgba(255,255,255,1) 31%, rgba(110,212,255,1) 37%, rgba(255,255,255,1) 100%);
background-repeat: no-repeat;
}

.table1 {
background-color: rgba(255,255,255,0.5);
}

table.roundedCorners { 
  border: 3px solid lightblue;
  border-radius: 13px; 
  border-spacing: 0;
  }
table.roundedCorners td, 
table.roundedCorners th { 
  border-bottom: 1px solid lightblue;
  padding: 10px; 
  }
table.roundedCorners tr:last-child > td {
  border-bottom: none;
}