#coin,
#what,
.back-to-top,
.content h1,
.content h3 {
  position: relative;
}
#coin div,
#what,
#what p,
body {
  overflow: hidden;
}
#coin div,
#flips,
.fun {
  display: block;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
#coin,
#coin div {
  border-radius: 50%;
}
html {
  font-size: 18px;
  overflow-y: scroll;
  background-color: transparent;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 721px) {
  html {
    font-size: 20px;
  }
}
#share a,
.fun {
  font-size: 0.8rem;
  font-weight: 700;
}
body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  margin: 0;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  text-align: center;
}
a,
a:active,
a:hover,
a:visited {
  white-space: nowrap;
  color: inherit;
}
.fun {
  margin: 5px 0 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.large {
  font-size: 120%;
  line-height: 1.5;
}
#what {
  z-index: 0;
}
#what p {
  display: flex;
  flex-direction: column;
  height: 5.5em;
  padding: 10px 0 0;
  justify-content: flex-start;
  align-items: center;
}
#coin,
#coin div {
  width: calc(100vw - 40px);
  max-width: 470px;
  height: calc(100vw - 40px);
  max-height: 470px;
}
#coin {
  margin: 0 auto;
  cursor: pointer;
}
#coin div {
  font-size: 96px;
  font-weight: 700;
  line-height: 464px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  letter-spacing: 0.02em;
  border-width: 6px;
  border-style: double;
  -khtml-border-radius: 50%;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.back-to-top::before,
.content h1::after,
.content h3::after {
  left: calc(50% - 1em);
  content: "";
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 520px) {
  #coin div {
    font-size: 19vw;
    line-height: calc(100vw - 46px);
  }
}
#what,
.content {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}
#flips {
  font-family: monospace;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0.1em auto;
  letter-spacing: 0.08em;
}
p {
  font-size: 1.25rem;
  line-height: 150%;
  margin: 0;
  padding: 0;
}
#what > p .start {
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  #share .whatsapp {
    display: none !important;
  }
}
.content {
  font-size: 16px;
  max-width: 680px;
  margin: 3em auto;
  padding: 3em 2em;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.1);
}
header nav {
  max-width: 650px;
  margin: 0 auto;
}
body.white .content {
  background-color: rgba(0, 0, 0, 0.1);
}
.content p {
  font-size: 1em;
  line-height: 1.5;
  margin: 1em 0;
  padding: 0;
}
.content blockquote,
.content ol,
.content ul {
  line-height: 1.5;
  margin: 1em 0 1em 3em;
}
.content blockquote {
  font-style: italic;
  margin: 1em 0 1em 2em;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  text-align: center;
}
.content h2,
.content h3 {
  font-size: 1.4em;
}
.content h3 {
  padding-bottom: 1em;
  text-align: center;
}
.content h1::after,
.content h3::after {
  position: absolute;
  bottom: 0;
  width: 2em;
}
.content h4 {
  font-size: 1.1em;
  line-height: 1.4;
  margin-top: 2em;
}
.content h3 + h4,
.content h3 + p {
  margin-top: 1.5em;
}
.content .answer > p,
.content h4 + p {
  margin-top: 0.5em;
}
.content.famous p.a {
  padding-left: 0;
  text-indent: 0;
}
.content.terms-links {
  padding: 0;
  background-color: transparent !important;
}
.content.terms-links ul,
header nav ul {
  font-size: 16px;
  margin: 0;
  list-style: none;
  text-align: center;
}
.content.terms-links li,
header nav li {
  display: inline-block;
  padding: 0.5em;
}
header .fun {
  margin-bottom: 0.65em;
}
.content.terms {
  font-size: 16px;
  margin-bottom: 50px;
}
body.white .content.terms {
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) {
  .content {
    padding: 50px 20px;
  }
  .content ol,
  .content ul {
    margin: 1em 0 1em 2em;
  }
  .content blockquote {
    margin: 1em 0 1em 1em;
  }
}
.back-to-top {
  margin-top: 1em;
  margin-bottom: -1em;
  padding-top: 0.5em;
  text-align: center;
}
#share a,
.back-to-top a {
  display: inline-block;
  margin: 5px;
  padding: 11px 0 !important;
  cursor: pointer;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  vertical-align: middle;
}
.back-to-top::before {
  position: absolute;
  top: 0;
  width: 2em;
}
#colors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#colors ul .white {
  background-color: #fff;
}
#colors ul .black {
  background-color: #000;
}
#colors ul .red {
  background-color: #e60000;
}
#colors ul .purple {
  background-color: #850985;
}
#colors ul .blue {
  background-color: #1c41d4;
}
#colors ul .green {
  background-color: #0a5b0a;
}
#colors li {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
body.white {
  color: #000;
  background-color: #fff;
}
body.white #coin div {
  color: #222;
  border-color: #555;
  background-color: #ddd;
}
body.black {
  color: #efefef;
  background-color: #000;
}
body.black #coin div {
  color: #eee;
  border-color: #eee;
  background-color: #555;
}
body.red {
  color: #fff;
  background-color: #a60c00;
}
body.red #coin div {
  color: #ffe6e6;
  border-color: #ffe6e6;
  background-color: #e60000;
}
body.purple {
  color: #fff;
  background-color: #606;
}
body.purple #coin div {
  color: #f0e6f0;
  border-color: #f0e6f0;
  background-color: #520052;
}
body.blue {
  color: #fff;
  background-color: #1533ad;
}
body.blue #coin div {
  color: #e6e6ff;
  border-color: #e6e6ff;
  background-color: #082083;
}
body.green {
  color: #fff;
  background-color: #030;
}
body.green #coin div {
  color: #e6ebe6;
  border-color: #e6ebe6;
  background-color: #002900;
}
#share a,
#share a:active,
#share a:hover {
  color: #fff;
}
@media screen and (min-width: 720px) {
  body.white #coin div:hover {
    background-color: #e6e6e6;
  }
  body.black #coin div:hover {
    background-color: #666;
  }
  body.red #coin div:hover {
    background-color: #ff1300;
  }
  body.purple #coin div:hover {
    background-color: #850985;
  }
  body.blue #coin div:hover {
    background-color: #1c41d4;
  }
  body.green #coin div:hover {
    background-color: #074707;
  }
}
#share {
  margin-bottom: 20px;
}
#share a {
  width: 100%;
  max-width: 8em;
  text-decoration: none;
}
#share .native {
  font-size: 0.975rem;
  width: auto;
  max-width: none;
  margin: 0.25em;
  padding: 0.9em 1.5em !important;
  letter-spacing: 0.06em;
  border-radius: 8px;
}
#share .native svg {
  width: 1.3rem;
  height: auto;
  margin: -0.2em 0 0 0.35em;
  vertical-align: middle;
}
#share .native,
#share .twitter {
  background: #00aced;
}
#share .native:active,
#share .twitter:active,
#share .twitter:hover {
  background: #0084b4;
}
#share .facebook {
  background: #3b5997;
}
#share .facebook:active,
#share .facebook:hover {
  background: #2d4372;
}
#share .whatsapp {
  background: #2cb742;
}
#share .whatsapp:active,
#share .whatsapp:hover {
  background: #1fa434;
}
#coin,
.margin {
  margin-top: 40px;
  margin-bottom: 40px;
}
.adwrap {
  margin: 60px auto;
  text-align: center;
}
footer p.copy {
  font-size: 14px;
  margin-top: 1.5em;
  text-align: center;
}
[tabindex] :focus,
[tabindex]:focus {
  outline: 0;
}
[tabindex]:focus-visible {
  outline: #fff solid 2px;
}
body.white [tabindex]:focus-visible {
  outline: #000 solid 2px;
}