body {background: #c0a9bd; text-align:center; font-size:24px;}

.box {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f2f3+1,64766a+100 */
background: #f4f2f3; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #f4f2f3 1%, #64766a 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #f4f2f3 1%,#64766a 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #f4f2f3 1%,#64766a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f2f3', endColorstr='#64766a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

border: 3px inset #94a7ae;
box-shadow:4px 4px #f4f2f3;
}
ul,li { text-align:left;}
h1 {font-size:48px;}
.t {margin-top: 5px;}

.col-md-8 {padding:10px;}

img {width:100%; border: 3px inset #94a7ae; margin:2px;}
.cr {font-size:12px;}
.faqs {font-size:18px; text-align:left; }
input, textarea {margin-bottom:5px;}

#foot {
  text-align: center;
  width: 100%;
  position: fixed;
  bottom:0;
  padding-top:10px;
  
}
