 .heading{
            background-color: black;
            width:100%;
            color:white;
            font-size:15px;
           font-family: Georgia, serif;
            margin-top:0;
            text-decoration: none;
            letter-spacing:2px;
            padding:10px;
            background: rgb(16, 33, 49);
            background: radial-gradient(circle, rgb(6, 34, 59) 0%, rgba(35,64,140,0.9612219887955182) 100%);
        }
        .main{
            width:100%;
            height:auto;
            background-color:rgb(231, 223, 177);
            /* border:2px solid red; */
            
        }
        #dateTime{
            text-align:center;
            font-weight:bold;
            font-size:18px;
            margin-top:20px;
            font-family:none;
      

        }
        .live{
            text-align:center;
            font-weight:bold;
            font-size:18px;
            margin-top:20px;
            color:darkred;
        font-family: Georgia, serif;

        }
        .value{
            color:green;
            font-weight:bold;
            font-size:25px;
            text-align:center;
            padding-top:20px;
        font-family: Georgia, serif;

        }
        .name{
            font-weight:bold;
            font-size:25px;
            text-align:center;
            color:orangered;
            margin-top:20px;
        font-family: Georgia, serif;

        }