footer {
  background-color: rgb(2, 2, 60);
  max-width: 100vw;
  height: 300px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
