footer {
  background-color: rgb(1,128,200);
  /*color: rgb(75,73,108);*/
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#social-box-footer {
  margin-top: 20px;
  width: 150px;
  height: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

#info-footer {
  color: white;
}