body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    font-family: 'Rubik Doodle Shadow', sans-serif;
    background: url('/img/fundo3.png');
    background-size: cover;
    background-position:center; 

    color: white;
    overflow: hidden;
    
  }

  #countdown {
    text-align: center;
    margin-left: 0.1em;
    margin-top: 2em;
    font-size: 10em;
    text-align: center;
    font-size: bold;
  }