*{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
#footer{
    background-color: rgb(216, 225, 232);
    bottom: 0;
    height: 200px;
    margin: 0;
    left: 0;
    position: absolute;
    right: 0;
    color: black;
}
#footerHolder{
  max-width: 63%;
  margin: 20px auto;
}
#termsBox{
  background-color: inherit;
  float: left;
  padding-top: 5px;
}
#addressBox{
  background-color: inherit;
  float: right;
}
.addressText{
  font-size: 13px;
  color: gray;
  margin: 6px;
}
.termsText{
  font-size: 13.5px;
  color: gray;
  text-decoration: none;
}
.termsText:hover{
  text-decoration: underline;
  color: gray;
}
