footer {
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #181818;
  overflow: hidden;
}
footer a {
  text-decoration: none;
  color: #181818;
}

footer p {
  margin-left: 8px;
}
