@font-face {
    font-family: bal2;
    src: url(css/Baloo2-VariableFont_wght.ttf);
}

p{
    font-family: monospace;
    font-size: 20px;
}
header {
    font-family: monospace;
    font-size: 90px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    margin-top: 30px;
}

body {
    background-color: rgb(221, 239, 233);
    
}

#container {
    color: #999;
    
    font-size: 36px;
    font-weight: bold;
    
    display: block;
}

#flip {
    height: 33px;
    overflow: hidden;
    display: inline-block;
}

#flip>div>div {
    color: rgb(0, 0, 0);
    /* padding: 4px 12px; */
    height: 45px;
    margin-bottom: 45px;
    display: inline-block;
}

#flip div:first-child {
    animation: show 3s linear infinite;
}



@keyframes show {
    0% {
        margin-top: -270px;
    }

    5% {
        margin-top: -180px;
    }

    33% {
        margin-top: -180px;
    }

    38% {
        margin-top: -90px;
    }

    66% {
        margin-top: -90px;
    }

    71% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -270px;
    }
}
.swatch {
    margin: 10px;
    padding: 10px;
    max-width: 100px;
    height: 100px;
    font-size: 10px;
    color: #f6f6f2;
    text-align: center;
    border-radius: 20%;
    border: solid 2px #f8e9f2;
    font-family: 'Courier Prime', monospace;
}



#color2:hover {
    transform: scale(1.5);
    transition: 0.5s;
}

#color3:hover {
    transform: scale(1.5);
    transition: 0.5s;
}

#color4:hover {
    transform: scale(1.5);
    transition: 0.5s;
}

#color5:hover {
    transform: scale(1.5);
    transition: 0.5s;
}
#color6:hover {
    transform: scale(1.5);
    transition: 0.5s;
}
#color7:hover {
    transform: scale(1.5);
    transition: 0.5s;
}
#color8:hover {
    transform: scale(1.5);
    transition: 0.5s;
}



#color2 {
    background-color: #d82424;
}

#color3 {
    background-color: #bcf2ae;
}

#color4 {
    background-color: #232623;
}

#color5 {
    background-color: #63a564;
}
#color6 {
    background-color: #0971da;
}
#color7 {
    background-color: #f69898;
}
#color8 {
    background-color: #a6b3ff;
}
#colorscheme {
    display: grid;
    grid-template-columns: 10em 10em 10em 10em 10em;
    padding: 20px;
    margin: 10px;
}



.button-48 {
    appearance: none;
    background-color: #bcf2ae;
    border-width: 0;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 1.5em 2.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.button-48:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #63a564;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
}

.button-48:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
    background-color: #ffffff;
}

.button-48 span {
    z-index: 1;
    position: relative;
}
.button {
    appearance: none;
    background-color: #d82424;
    border-width: 0;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 1.5em 2.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.button:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #f69898;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
}

.button:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button:after {
    background-color: #ffffff;
}

.button span {
    z-index: 1;
    position: relative;
}
.button-2 {
    appearance: none;
    background-color: #a6b3ff;
    border-width: 0;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 1.5em 2.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.button-2:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #0971da;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
}

.button-2:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-2:after {
    background-color: #ffffff;
}

.button-2 span {
    z-index: 1;
    position: relative;
}
#timemin,
#timesec {
    outline: none;
    border: solid 0.18em #63a564;
    color: #63a564;
    border-radius: 1em;
    padding: 0.5em 0 0.4em 0.75em;
    font-size: 1.5em;
    font-family:monospace;
    font-weight: bold;
    text-align: center;
    width: 6.75em;
    background-color: white;
    transition: 0.35s;
}

#timemin:focus,
#timesec:focus {
    border: none;
    background-color: #63a564;
    border: solid 0.18em #63a564;
    border-radius: 0em;
    color: rgb(227, 27, 27);
    background-color: #ffffff;
    border-bottom: solid rgb(227, 27, 27) 0.18em;
}
img{
    height: 70px;
}