input[type=text] {
  height: 2em;
  border-style: none none solid none;
  border-width: 0 0 .2em 0;
  border-color: #6BC564;
  font-size: 1.3em; }

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

a {
  text-decoration: none; }

h1 {
  text-align: center;
  font-family: sans-serif;
  color: #3656C5; }

p {
  text-align: center;
  color: #A31744;
  font-size: 1.2em; }

input[type=text] {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 90em) {
    input[type=text] {
      width: 30em; } }
  @media only screen and (max-width: 40em) {
    input[type=text] {
      width: 100%; } }
  input[type=text]:focus {
    outline: none; }

a.folkme {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  border: 0; }
  @media only screen and (min-width: 64.0625em) {
    a.folkme {
      display: inline-block; } }
