/*body {background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);}*/

body {background: #051937; color:white; font-size:16px; text-align:center;}


.box {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9de96+0,8ab66b+81,398235+100 */
background: #c9de96; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #c9de96 0%, #8ab66b 81%, #398235 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #c9de96 0%,#8ab66b 81%,#398235 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #c9de96 0%,#8ab66b 81%,#398235 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  
  padding: 5px;
  border:2px inset white;
  box-shadow: 2px 2px;
  color:black;

}
button {margin:15px; padding: 5px; background: #051937; border: 1px solid white; border-radius: 5px;}

.blurb {
    background: lightgrey; width:100%; color:black; transform: rotate(0.5);}

    
.n {font-weight:bold; font-size:24px;}

#PROMPT {height: 250px;}

footer {position:fixed; bottom:10px;}