
         
	 table, th, td {
		border: 1px solid clear;
	 }
	 body {
		background: linear-gradient(to bottom right, #33ccff 0%, #9966ff 50%);
	 }
         
	.flex-container {
	  display: flex;
      justify-content: center;
      align-items: center;
	}
	
      <!--    background: linear-gradient(to bottom, #ff66cc 0%, #6600ff 82%); -->
      

