body {
    /* background-image: url('images/Capture\ d’écran\ 2023-02-15\ à\ 13.50.42.png'); */
    background-size: cover;
    font-family: 'unna';
    position: relative;
    height: 100vh;
    width: 100vw;
}

#time {
    font-size: 37em;
    top: 19%;
    position: absolute;
    left: 65%;
    color: #fff;
}


@font-face {
    font-family: 'unna';
    src: url(font/Unna/Unna-Bold.ttf);
  }