body {
    font-family: Arial, sans-serif;
    background-color: #4c4c4c;
    text-align: center;
    padding: 20px;
}

#logo {
    padding-bottom: 32px;
}

.container {
    max-width: 600px;
    color: #bfe5e8;
    margin: auto;
    background: #e78151;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.input-group {
    margin-bottom: 20px;
}

input[type="text"] {

    padding: 2px 12px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 16px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    :focus{
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    }

    text-transform: uppercase;
    margin-right: 32px;
    text-align: center;
    width: 64px;





}

button {
    padding: 10px 20px;
    font-size: 18px;
}

.timer {
    font-size: 24px;
    margin-bottom: 20px;
}

ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

li {
    padding: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

.results {
    margin-top: 20px;
    font-size: 20px;
}


/* Nouveau styles */
@keyframes blink {
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blink 0.5s step-start infinite;
}

.red {
    color: red;
}

   /* CSS */
.button-19 {
   appearance: button;
   background-color: #97b3b5;

   border: solid transparent;
   border-radius: 16px;
   border-width: 0 0 4px;
   box-sizing: border-box;
   color: #FFFFFF;
   cursor: pointer;
   display: inline-block;
   font-family: din-round,sans-serif;
   font-size: 15px;
   font-weight: 700;
   letter-spacing: .8px;
   line-height: 20px;
   margin: 0;
   outline: none;
   overflow: visible;
   padding: 13px 16px;
   text-align: center;
   text-transform: uppercase;
   touch-action: manipulation;
   transform: translateZ(0);
   transition: filter .2s;
   user-select: none;
   -webkit-user-select: none;
   vertical-align: middle;
   white-space: nowrap;

}

.button-19:after {
    background-clip: padding-box;
    background-color: #abe0e3;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.button-19:main,
.button-19:focus {
    user-select: auto;
}

.button-19:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.button-19:disabled {
    cursor: auto;
}

.button-19:active {
    border-width: 4px 0 0;
    background: none;
}




