#landing {
    justify-content: center;
    align-items: center;
    text-align: center;
}
#foot {
    position: fixed;
    bottom: 0;
}
body {
  font-family: Arial, sans-serif;
  background-color: rgb(22,21,22);
  color: white;
}
