@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color:snow;
    font-family: 'Noto Serif JP', serif;
}

main {
    text-align: center;
}

p {
    margin: 1rem 0;
}

h1 {
    margin: 1.3rem 0;
}

.svg-timer {
    width: 256px;
}

.svg-timer-count {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 1px;
    text-anchor: middle;
    dominant-baseline: middle;
}

footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    font-family: 'Arial',sans-serif;
}

a {
    color: lightskyblue;
}