/* ===== HOMEPAGE STYLES ===== */

.homepage {
  header {
    text-align: center;
  }

  .content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 700px;
    padding: 20px;
  }
}
