body {
   margin: 1em;
   overflow: hidden;
}
body, input {
   font-family: Nobile, sans-serif;
}
.zodiac {
   position: absolute;
   display: block;
   text-align: center;
   top: 2em;
   left: 0;
   width: 100%;
}
.veryclassy {
   position: absolute;
   left: 0;
   top: 100%;
   width: 100%;
   text-align: center;
}
.mortalcontainer {
   margin-top: 20em;
   text-align: center;
}
.mortalresponse {
   margin-top: 21em;
   text-align: center;
   font-weight: bolder;
}
.success { color: #03CC00; } /* the hue of victory */
.error { color: #CC1100; }
input { padding: .3em; }
