#footer {
  background-color: #d8e1e8;
  color: #183e6d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footerHolder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#termsBox,
#addressBox {
  background-color: inherit;
  padding: 10px;
}

.addressText {
  font-size: 13px;
  color: #183e6d;
  margin: 0;
}

.termsText {
  font-size: 13.5px;
  color: #183e6d;
  text-decoration: none;
  padding: 10px;
}

.termsText:hover {
  text-decoration: underline;
  color: grey;
}
