.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 530px) {
  .field .field-wrapper {
    width: 100%;
  }
  .main-content article {
    width: 95%
  }
}
