* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: black;
}
.header {
  width: 100%;
  height: 100px;
  text-align: center;
  overflow: hidden;
}
.header img {
  width: 250px;
  height: 80px;
  margin: 10px 0;
}
.container {
  width: 100%;
  height: 1000px;
  background: #f5f5f5;
}
.footer {
  width: 100%;
  height: 60px;
  font-size: 12px;
  border-top: 1px solid #ccc;
}
.footer p {
  margin-top: 20px;
  text-align: center;
}
.footer p img {
  margin-right: 5px;
  vertical-align: middle;
  overflow: clip;
  display: inline-block;
}
