
.footer {
  padding-top: 30px;
  height: 300px;
  width: 100%;

  background-color: #344955;
  color: white;

  display: flex;
  justify-content: center;
}

.footer > * {
  width: 300px;
}

@media (max-width: 800px) {
  .footer {
    height: auto;
    padding: 20px;
    display: block;
    font-size: 14px;
  }
}
