@import url('https://fonts.googleapis.com/css2?family=Wendy+One&display=swap');

html {
    margin: 0;
    padding: 0px;
    font-family: Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    background: #fefefe;
    background: linear-gradient(221deg, #d3f7ff, #d6ffd8, #f9ffa7, #ffefd7, #fcd4ff);
    background-size: 1000% 1000%;
    -webkit-animation: Background 10s ease infinite;
    -moz-animation: Background 10s ease infinite;
    animation: Background 10s ease infinite;
    color: #4d4c47;
    scroll-behavior: smooth;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 8px;
    max-width: 320px;
    margin: auto;
    /* text-align: justify; */
    color: #000;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 2px 2px 4px #fff;
    /* background: #ffeb3a; */
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    /* font-family: 'Wendy One', sans-serif; */
    text-align: left;
    margin: 0;
    font-size: 37px;
    line-height: 50px;
    color: #000000cc;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    margin: 0;
    line-height: 44px;
    /* background: #fffb8c; */
    padding: 16px 16px 90px;
    /* border-radius: 4px; */
    /* border: 2px solid #ffffff73; */
    /* box-shadow: inset 0px 0px 9px 5px #ffac1e; */
}

#fast{
    font-size: 46px;
    box-sizing: border-box;
    display: block;
    margin-top: 16px;
    letter-spacing: 2px;
    font-style: italic;
    color: #000000;
    color: white;
    padding: 8px 0;
    text-shadow: -1px -1px 0 var(--color-black), 1px -1px 0 var(--color-black), -1px 1px 0 var(--color-black), 1px 1px 0 var(--color-black), 4px 4px 0 rgb(0, 0, 0);
    background: #ffad1e;
    background: rgb(255,110,51);
    background: radial-gradient(circle, rgba(255,110,51,1) 18%, rgba(255,173,30,1) 30%, rgba(250,253,171,0) 100%);
    border-radius: 13px;
}

.fastFire{
    letter-spacing: -15px;
    z-index: -1;
    margin: 0;
    font-size: 32px;
    padding-right: 16px;
    /* font-style: normal; */
    /* display: block; */
    /* position: absolute; */
}

#page {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 0.8em;
    border-radius: 32px;
    /* border: 2px solid #ffffff; */
    box-sizing: border-box;
    box-shadow: 0px 0px 180px 100px white;
    z-index: 2;
}


button,
a.button{
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color: #fff;
	border-radius:8px;
	border: 1px solid #000000;
	box-shadow: 2px 2px 0px #000;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	width: 49%;
	margin: 0;
	outline: none;
}

a.button{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 32px;
    padding: 16px;
    color: #000;
    line-height: 32px;
    display: inline-block;
}

button:hover,
a.button:hover {
	background: #FFEB3B;
}

button:active,
a.button:active{
	position:relative;
	top: 2px;
	box-shadow: none;
	outline: none;
}


.OSbutton span{
    display: none;
}

.OSbutton img{
    height: 32px;
    color: red;
}

.outercase {
    box-shadow: 6px 6px 17px 0px #f5f5f5;
    border-radius: 34px;
    border: 1px solid #fafafa;
}

.case {
    box-shadow: 2px 2px 4px #cbcbcb;
    border-radius: 34px;
}

.innercase {
    /* height: 100%; */
    border-radius: 33px;
    padding: 20px;
    box-shadow: inset -6px -6px 15px 0px #e1e1e1;
}

.innercontent {
    height: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    margin: 0px;
    background: #F5F5F5;
    padding: 16px;
    position: relative;
    box-shadow: inset 0px 0px 6px #ebebeb;
}

.progress-bar {
    width: 100%;
    /* background-color: #fbfbfb; */
    border-radius: 16px;
    overflow: hidden;
    height: 14px;
}

.internal-progress {
    height: 100%;
    width: 0%;
    background-color: #fd9d95;
}

.intro.message {
    padding-top: 1em;
}

.intro.message p {
    margin-top: 0;
    font-size: 18px;
    padding: 16px;
    line-height: 22px;
}

#emoji-display {
    box-sizing: border-box;
    font-size: 100px;
    /* height: 200px; */
    width: fit-content;
    padding: 32px;
    margin: 16px auto;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    background: white;
    box-shadow: 0px 0px 8px #d6d6d6;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
    transition: background-color 100ms;
}

#input-field {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    text-align: center;
    height: auto;
    font-size: 36px;
    padding: 16px 16px 12px;
    line-height: 150%;
    resize: none;
    -webkit-transition: background-color 50ms;
    transition: background-color 100ms;
    border-radius: 25%;
    border: 4px solid #e8e8e8;
    caret-color: #008eff;
    margin: 3px;
    background: #fff;
    width: 50px;
}

#input-field:focus {
    background: #e1f6ff;
    outline: none;
    box-shadow: 0px 0px 8px #02a9f4;
}


#emoji-display.wrong {
    background: #ffbcbf;
    background: radial-gradient(#ff8f8f, #ff0000);
}

#emoji-display.correct {
    background: #72ff92;
    background: radial-gradient(#e4ffea, #72ff92);
}

.meter {
    height: 32px;
    /* Can be anything */
    /* position: relative; */
    margin: 0 0 8px;
    /* Just for demo spacing */
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    /* padding: 10px; */
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 7px rgb(255, 255, 255);
}

.meter > div {
    display: block;
    height: 100%;
    transition: background-color 2s ease !important;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43, 194, 83);
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, rgb(43, 194, 83)),
            color-stop(1, rgb(84, 240, 84)));
    background-image: -moz-linear-gradient(center bottom,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%);
    -webkit-box-shadow:
        inset 0 2px 9px rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:
        inset 0 2px 9px rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow:
        inset 0 2px 9px rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.meter > div:after,
.animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image:
        -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, rgba(255, 255, 255, .2)),
            color-stop(.25, transparent), color-stop(.5, transparent),
            color-stop(.5, rgba(255, 255, 255, .2)),
            color-stop(.75, rgba(255, 255, 255, .2)),
            color-stop(.75, transparent), to(transparent));
    background-image:
        -moz-linear-gradient(-45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.orange > div {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}

.red.orange > div {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #ff0000);
}

:root {
    --color-background: #31037D;
    --axis-x: 1px;
    --axis-y: 24px;
    --delay: 10;
    --color-black: #000;
    /*
  --color-white: #fff;
  --color-orange: #D49C3D;
  --color-red: #D14B3D;
  --color-violet: #CF52EB;
  --color-blue: #44A3F7;
  --color-green: #5ACB3C;
  --color-yellow: #DEBF40;
*/

    --color-white: #fff;
    --color-orange: #ffcb00;
    --color-red: #ffcb00;
    --color-violet: #ffcb00;
    --color-blue: #ffcb00;
    --color-green: #ffcb00;
    --color-yellow: #ffcb00;

    --color-foreground: var(--color-white);
    --font-name: Righteous;
    color: #f7ffaa;
}

.c-rainbow {
    counter-reset: rainbow;
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-weight: 900;
    margin: 200px 0 208px;
    text-align: center;
}

.c-rainbow__layer {
    --text-color: var(--color-foreground);
    counter-increment: rainbow;
    line-height: 114%;
    text-align: center;
    font-size: 6rem;
    color: var(--text-color);
    text-shadow: -1px -1px 0 var(--color-black), 1px -1px 0 var(--color-black), -1px 1px 0 var(--color-black), 1px 1px 0 var(--color-black), 4px 4px 0 rgba(0, 0, 0, 0.2);
    animation: rainbow 1.75s ease-in-out infinite;
}

.c-rainbow i {
    font-size: 7rem;
    width: 100%;
}

.c-rainbow__layer:nth-child(1) {
    animation-delay: calc(1 / var(--delay) * 1s);
    left: calc(var(--axis-x) * 1);
    z-index: -10;
}

.c-rainbow__layer:nth-child(2) {
    animation-delay: calc(2 / var(--delay) * 1s);
    left: calc(var(--axis-x) * 2);
    z-index: -20;
}

.c-rainbow__layer:nth-child(3) {
    animation-delay: calc(3 / var(--delay) * 1s);
    left: calc(var(--axis-x) * 3);
    z-index: -30;
}

.c-rainbow__layer:nth-child(4) {
    animation-delay: calc(4 / var(--delay) * 1s);
    left: calc(var(--axis-x) * 4);
    z-index: -40;
}

.c-rainbow__layer:nth-child(5) {
    animation-delay: calc(5 / var(--delay) * 1s);
    left: calc(var(--axis-x) * 5);
    z-index: -50;
}

.c-rainbow__layer:nth-child(6) {
    animation-delay: calc(6 / var(--delay) * 1s);
    left: calc(var(--axis-x) * 6);
    z-index: -60;
}

.c-rainbow__layer:nth-child(7) {
    animation-delay: calc(7 / var(--delay) * 1s);
    left: calc(var(--axis-x) * 7);
    z-index: -70;
}

.c-rainbow__layer:not(:first-child) {
    position: absolute;
    top: 0;
}

.c-rainbow__layer--white {
    --text-color: var(--color-white);
}

.c-rainbow__layer--orange {
    --text-color: var(--color-orange);
}

.c-rainbow__layer--red {
    --text-color: var(--color-red);
}

.c-rainbow__layer--violet {
    --text-color: var(--color-violet);
}

.c-rainbow__layer--blue {
    --text-color: var(--color-blue);
}

.c-rainbow__layer--green {
    --text-color: var(--color-green);
}

.c-rainbow__layer--yellow {
    --text-color: var(--color-yellow);
}

@keyframes rainbow {

    0%,
    100% {
        transform: translatey(var(--axis-y));
    }

    50% {
        transform: translatey(calc(var(--axis-y) * -1));
    }
}

.flyingEmoji {
    width: 50px;
    height: 50px;
    position: fixed;
    font-size: 50px;
    z-index: -1000;
    cursor: default;
    text-shadow: 0 0 16px #fff;
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.iphoneImage {
    border-radius: 52px;
    filter: sepia(0);
    max-width: 100%;
    margin-top: 32px;
}

.androidImage {
    filter: none;
    max-width: calc(100% - 24px);
    background: #f8f9fb;
    padding: 12px 8px 12px;
    border-radius: 32px;
    border: 4px solid #a5a5a54a;
    margin: auto;
    box-shadow: 2px 2px 4px #00000085;
    margin-top: 64px;
}

.gBoardTag {
    text-align: right;
    color: #000000;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid;
    background: #ffffff;
    text-shadow: none;
    box-shadow: 2px 2px 0 black;
    width: auto;
    padding: 2px 8px;
    width: max-content;
    border-radius: 8px;
    margin-left: auto;
}

.tag{
    margin: 0 16px;
    background: #FFEB3B;
    padding: 2px 8px;
    text-shadow: none;
    border-radius: 8px 8px 0 0;
    letter-spacing: 2px;
    font-style: italic;
    font-weight: 500;
    border: 1px solid #000;
    border-bottom-width: 0;
}

.tag.bellow{border-bottom-width: 1px;border-radius: 0 0 8px 8px;}

p > img,
li > img {
    filter: contrast(1);
    margin: -5px 0;
}

h2 {
    text-align: center;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 2px;
    color: white;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    filter: none;
    -webkit-font-smoothing: initial;
    margin: 16px 0px;
}

h3 {
    font-size: 26px;
    margin-top: 64px;
    /* text-shadow: 1px 1px 1px white, -1px -1px 1px white, -1px -1px 1px white, -1px -1px 1px white; */
}

article {
    border-radius: 16px;
    padding: 8px;
    background: white;
    /* filter: sepia(0.75); */
    margin-top: 32px;
}
