

html, body {
  margin: 0;
  padding: 0;
  background-color: rgb(7,180,143);
  font-family: Arial, sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;

}
html, body {
   overflow: auto;
   padding-bottom: 56px;
} 

h1{
    color:white
}

p{
    color:white
}

table, th, td {
  border-collapse: collapse;
  border-radius: 6px;
  width: 50%;
  margin: auto;
  font-size: 20px;
  text-align: left;
  color: white;
}

img{
    border: 2px solid white;
    border-radius: 10%;
    position: fixed;
    bottom:35px;
    right: 5px;
    box-sizing: border-box;
    }

footer {
      position: fixed;
      font-size: 0.9em;
      color: white;
      bottom: 0px;
      right: 0px;
    } 

#links {
      background-color: teal;
      text-decoration: none;
      text-align: left;
      font-weight: 700;
      margin: 0px;
      padding: 15px;
      width: 100%;
      height: 10px;
      position: fixed;
      top: 0;
    }

#submit {
      text-align: center;
      margin: 20px;
}

#navFooter {
      width: 100%;
      height: 40px;
      margin: 0%;
      background-color: teal;
      position: fixed;
      bottom: 0%;
      z-index: -1; 
      box-sizing: border-box;
    }
