@import url('https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: Impact, Anton, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: white;
    background-image:url("images/hu_flag.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    min-height: 100vh;
}

@font-face {
  font-family: 'Impact';
  src: url('fonts/impact.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1{
    font-size: 2.71rem;
    text-align: center;
    margin: auto 0.2rem auto 0.05rem;
    padding: 0;
}

#timer {
    font-size: clamp(2.5rem, 12vw, 8rem);
    font-weight: bold;
    margin: 3rem 15%;
    font-variant-numeric: tabular-nums;
    word-break: keep-all;
    white-space: nowrap; 
    text-align: left;
    text-shadow:
        0 2px 8px rgba(0,0,0,0.25),
        0 4px 16px rgba(0,0,0,0.15),
        0 0px 2px rgba(0,0,0,0.10);
}

#main{
    display: grid;
}