@font-face {
  font-family: CandyPlanet;
  src: url(/CandyPlanet.ttf);
}

@font-face {
  font-family: Starborn;
  src: url(/Starborn.ttf);
}

html {
  height: 100%;
}

body {
  background: #FF6600;
  background: linear-gradient(135deg, rgba(255, 102, 0, 1) 0%, rgba(255, 153, 0, 1) 50%, rgba(255, 102, 0, 1) 100%);
  color: green;
  font-family: CandyPlanet;
  text-shadow: 1px 1px 0 #000, 2px 2px 2px #555;
  text-align: center;
}

h1, h2, h3 {
  font-family: Starborn;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: underline;
}

input[type=submit], button, input[type=text], textarea {
  border-radius: 1em 0px;
  background: green;
  box-shadow: 1px 1px 0 #000, 2px 2px 2px #555;
  color: white;
  border: 0;
  font-family: CandyPlanet;
  text-shadow: 1px 1px 0 #000, 2px 2px 2px #555;
  text-align: center;
}

input[type=text]::placeholder, textarea::placeholder {
  color: orange;
}

textarea {
  resize: none;
  height: 5em;
  text-align: left;
}

textarea::placeholder {
  text-align: center;
  line-height: 5em;
}

.cf-turnstile {
  transform: scale(0.67);
}