
footer {

  background-color: rgba(64, 64, 122,1.0);
  width: calc(100% - 40px);
  color: white;
  padding: 20px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  bottom: 0;

}
