      body {
            background-color: lightblue;
            font-family: fantasy;
            text-align: center;
    
        }

        th,
        td {

            border: 1px solid black;
            border-collapse: collapse;
            text-align:center ;
            height: 10px;
            background-color: lightgray;
            padding: 10px;
            text-align:center;
 
        }

        h1{
            background-color: blueviolet;
            text-align: center;
            height: 50px;
            margin: auto;
        
        }
        table{
            text-align: center;
            height: 10px;
            width: 10px;
            text-align: center;
            margin: auto;
        }

        