        table{
            border-collapse: collapse;
            border-spacing: 0;
            background-color: white;            
            height: auto;
            width: auto;
            border-radius: 10px;
            margin: 0 auto;
        }
        th, td{
            padding: 10px 20px;
            border: 1px solid #000;
            border-radius: 10px;
        }
body{
  background-image: url("sun-3588618.jpg");
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}