footer {
  display: flex;
  justify-content: center;  /* horizontal center */
  align-items: center;      /* vertical center */
  padding: 20px 0px 5px 0px;
  background: linear-gradient(180deg, #444444, #2a2a2a);
  color: #f4efe7;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%; /* ini tadi 200 tanpa satuan, aku perbaiki */

}

footer p {
  margin: 0; /* hilangkan jarak default */
  color: #f4efe7;
  padding-bottom: 15px;
}