body {
    background-color: rgb(156, 143, 194);    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(156, 143, 194)), to(#66f6f2));
  }

h1 {
    text-align: center;
  }
h2 {
    text-align: center;
  }
h3 {
    text-align: center;
  }
p {
    text-align: center;

  }
  a {
    color: rgb(39, 32, 105);
  }
form {
    text-align: center;
  }
  .nav2 {
    font-size: 24px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: auto;
    background-color:#ffc300; 
    border: 3px solid #ff7b00; 
  }
  footer {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;            /* Footer height */
}
.footer_NameBox {
  background-color: gray;
  text-align: center;
}
 #page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
} 
