body {
    height: 50px;
    /*background-image: linear-gradient(25deg, lightgray, gray);*/
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   padding: 1.5rem 0;
   background: rgba(255,255,255,0.95);
   color: #00264f;
   text-align: center;
   /* font-size: 12px; */
}       

 #container{width:98%; }
 #left{float:left;}
 #center{text-align:center;}
 #right{float:right;}        

img {
vertical-align: middle;
border-style: none;
border-radius: 9px;
box-shadow: 0px 0px 6px 3px #009688;
}

a {
  text-decoration: none;
}

    /* Terms Modal */
    .terms-modal {
      display: none;
      position: fixed;
      z-index: 10000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
    }

    .terms-modal-content {
      background: white;
      margin: 10% auto;
      padding: 2rem;
      width: 90%;
      max-width: 500px;
      border-radius: 15px;
      position: relative;
    }

    .close-terms {
      position: absolute;
      right: 1rem;
      top: 1rem;
      font-size: 1.5rem;
      cursor: pointer;
      color: #999;
    }