* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  margin: auto;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6% 0;
}

.subheader {
  font-size: 16px;
  padding-top: 8px;
}

.twitter {
  margin: 20px;
  color: #1DA1F2;
}

.image {
  flex-grow: 1;
}

@media (max-width: 660px) {
  .image {
    flex-grow: 1;
    width: 440px;
  }
}