body {

    background-color:#28303D;
    color: lime;
    
    }
    
    button {
    
    font-family: Neuropol;
    background-color: rgb(16, 207, 41);
    width: 200px;
    height: 100px;
    top:auto;
    bottom: auto;
    left: auto;
    right: auto;
    
    }
    
    
    element div{
      width: 100%;
      padding: 50px 0;
      text-align: center;
      background-color: lime;
      margin-top: 20px;
    }

     #newyear{

      display: none;
      
    }
    
    
    h1 {text-align: center;}
    p {text-align: center;}
    div {text-align: center;}
    
    img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: auto;
      margin-bottom: auto;
      width: 50%;
      height: 50%;
    }
    



    div[class="time day"] {
      /* CSS rules here */
      display: none;
    }

    div[class="time hour"] {
      /* CSS rules here */
      display: none;
    }

    div[class="time minute"] {
      /* CSS rules here */
      display: none;
    }

    div[class="time seconds"] {
      /* CSS rules here */
      display: none;
    }






    #canvas-container-div {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 100%;
      height: 200px;
    }
    
    #canvas {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 100%;
      height: 200px;
      background: #000000;
    }
    
    #restart-button-div {
      position: absolute;
      bottom: 25px;
      right: 25px;
      width: 50px;
      height: 50Px;
      background: white;
      opacity: 0.7;
      cursor: pointer;
      border-radius: 100%;
    }
    
    #restart-icon {
      position: absolute;
      top: 50%;
      left: 47%;
      transform: translate( -50%, -50% );
      width: 35px;
      height: 45px;
    }
    button {
      font-size: 1em;
      background: black;
      color: #fff;
      border: 0.05rem solid lightblue;
    
  
      position: relative;
      z-index: 1;
      overflow: hidden;
    }


    span.text {

      display: none;

    }