body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-image: url("src/imgs/bg.webp");
    background-repeat: no-repeat;

  }
  
  #countdown-container {
    text-align: center;
  }
  
  h1 {
    font-size: 6rem;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 20px;
  }
  
  #countdown {
    font-size: 4rem;
    font-weight: bold;
  }
  
  img{
    padding-bottom: 0px;
  }
  
  