.fixed-header, .fixed-footer{
    width: 100%;
    position: fixed;
    background-color: red;
    padding: 10px 0;
    color: green;
}
.fixed-header{
    top: 0;
}
.fixed-footer{
    bottom: 0;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: green;
    text-align: center;
}
.footerLoginInfo{
    font-size: large;
    text-align: left;
    color: blue;
    text-align: center;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
