html, body, h1, p {
    margin: 0 auto;
    padding: 0;
    font-weight: 300;
}

body{
    font-family: "Segoe UI", "Helvetica Neue", Arial, "Liberation Sans", "Noto Sans", "sans-serif";
    font-size: clamp(14pt, 3dvw, 32pt);
    color: #fff;
    background-color: #ff8000;
    text-align: center;
}

h1 {
    font-size: 3em;
    background-color: rgba(255, 0, 0, 0.5);
    bottom: 0;
    width: 100dvw;

}
p.days {
    font-size: 5em;
}

footer {
    position: fixed;
    background-color: rgba(255, 0, 0, 0.5);
    bottom: 0;
    width: 100dvw;
    height: 2em;
}