html {
   background-color: black;
   color: red;
   font-family: 'Spicy Rice', Arial, serif;
   font-weight: 500;
   font-size: 24px;
   font-smoothing: antialiased;
   text-stroke-color: white;
   text-stroke-width: 1px;
   -webkit-font-smoothing: antialiased;
   -webkit-text-stroke-color: rgb(255, 255, 255);
   -webkit-text-stroke-width: 1px;
}

body {
   margin: 0;
   display: flex;
   height: 100vh;
   align-items: center;
}

.container {
   margin: 0 auto;
}

img {
   display: block;
   height: auto;
   max-width: 100%;
   object-fit: contain;
   margin: auto 20px;
}

h1 {
   font-size: 64px;
   line-height: 1em;
}

li {
   display: inline-block;
   font-size: 48px;
   list-style-type: none;
   padding: 10px 30px;
   margin: 0;
   text-transform: uppercase;
   text-stroke-width: 2px;
   -webkit-text-stroke-width: 2px;
}

li span {
   display: block;
   font-size: 148px;
   line-height: 1em;
   text-align: center;
   text-stroke-width: 5px;
   -webkit-text-stroke-width: 5px;
}

.head {
   margin: 0 auto;
}

#countdown {
   padding: 25px;
}

.timer_text {
   text-align: center;
   font-size: 124px;
   letter-spacing: 8px;
   text-stroke-width: 5px;
   -webkit-text-stroke-width: 5px;
}

.waiting {
}

.complete {
}

.details {
   text-align: center;
   font-size: 36px;
   text-stroke-width: 2px;
   -webkit-text-stroke-width: 2px;
}

.more_details {
   text-align: center;
   text-stroke-width: 0px;
   -webkit-text-stroke-width: 0px;
}

a,
a:visited,
a:hover,
a:active {
   color: inherit;
}
