#footer-spacer {
  flex: 1;
}

#footer {
  /*background: rgb(215, 205, 180);*/
  background: black;
  padding : 16px;
  height: fit-content;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 100px;
}

#footer p {
  color: gray;
  font-size: 14px;
  /*color: rgb(139, 131, 109);*/
}

#social-container {
  width : 100%;
  height: fit-content;
  margin: 0;
  padding: 0;

  display : flex;
  flex-direction: row;
  place-items : start;
}

#social-container ul {
  padding : 0;
  list-style-type: none;
}

#social-container li {
  display : inline-block;
  vertical-align: middle;
  padding-left : 20px;
}

#disclaimer-text {
  margin-left: auto;
  vertical-align: middle;
  align-self: center;
  color: rgb(215, 205, 180);
  padding-right: 50px;
}

.svg {
  height: 16px;
}