body {
  background-color: #fff2f0;
  font-family: "Inter", sans-serif;
}

.squaddy-logo {
  height: 24px;
  margin: auto 0;
}

h1 {
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 0;
  margin: 0;
}

h2 {
  font-weight: 600;
  font-size: 1.75rem;
  margin: 0;
}

a {
  color: #0383fb;
}

.main-section {
  display: grid;
  justify-content: center;
  align-content: center;
  height: 92vh;
}

.contents {
  max-width: 484px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
}

.main-text {
  text-align: center;
  margin: 1.25rem 0;
}

.holder {
  position: relative;
  width: 100%;
  margin: 4px 0;
}

.divider-holder {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

.divider {
  border-bottom: 1px solid;
  border-bottom-color: #e0e0e0;
  width: 100%;
}

.continue-text {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 1rem;
}

.store-links {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .store-links {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

footer .app-stores {
  margin-left: auto;
  order: 2;
}
