body, html {
    margin: 0;
    padding: 0;
    background-color: black;
  }
  
  .container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 5em;
    font-family: "Bebas Neue", sans-serif;
    position: relative;
    text-align: center;
  }
  
  .countdown {
    position: absolute;
    top: 2em;
  }

  .bis {
    position: absolute;
    top: 4em;
  }
  
  .arrow {
    position: absolute;
    bottom: 1em;
    cursor: pointer;
    display: none;
  }

  .announcement {
    position: absolute;
    bottom: 3em;

  }

  .bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  