* {
  box-sizing: border-box;
  font-family: 'SF Pro Display', sans-serif;
}

html {
  background-color: #f3f1f6;
}

header {
  text-align: center;
}

.pitch {
  max-width: 900px;
  margin: auto;
  position: relative;
}

  .top-otter {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 200px;
  }

  .appstore {
    max-width: 90%;
    margin: auto;
    width: 200px;
  }

h1 {
  font-size: 60px;
  color: #222b45;
}

h2 {
  font-size: 30px;
  color: #222b45;
}

p {
  font-size: 20px;
  color: #222b45;
}

  p.bold {
    font-weight: 600;
  }

.logo {
  text-transform: uppercase;
  text-align: left;
  margin: 40px;
}

  .logo h2 {
    font-size: 20px;
  }

    .logo h2 a {
      color: #000;
      text-decoration: none;
    }

.big-wrapper {
  width: 900px;
  max-width: 100%;
  margin: auto;
}

.section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 200px 0;
}

.column {
  width: 50%;
  margin: 0 40px;
}

span.heart {
  content: \2764;
}

.single-img {
  max-width: 100%;
  width: 600px;
}

.streak-phone {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .streak-phone dotlottie-player {
    position: absolute;
    top: -200px;
    width: 80%;
    padding: 0 20px;
  }

  .streak-phone img {
    width: 100%;
    padding: 0 30px;
  }

.phone {
  box-shadow: 0 0 20px 0 #dad9e8;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  max-width: 90%;
  width: 300px;
  height: 515px;
  margin: auto;
  /* padding: 20px; */
}

  .phone img {
    width: 100%;
    margin: auto;
  }

  .phone.padded {
    padding: 20px 30px;
  }

.copy {
  text-align: center;
}

  .copy img {
    max-width: 60%;
    width: 300px;
    margin: 40px 0;
  }


.whiteboard {
  box-shadow: 0 0 20px 0 #dad9e8;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  max-width: 90%;
  width: 550px;
  margin: auto;
  padding: 20px 60px 40px 60px;
  position: relative;
}

  .whiteboard h2 {
    text-align: center;
    margin-bottom: 40px;
  }

  .whiteboard .otter {
    position: absolute;
    top: -110px;
    right: -75px;
    max-width: 200px;
  }

.table {
  display: flex;
  justify-content: space-between;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

  .check-item p {
    margin: 5px;
  }

.bottom {
  text-align: center;
  margin: 200px 0 300px 0;
}

/* OTHER PAGES */

.content-container {
  max-width: 90%;
  width: 1200px;
  margin: 100px auto;
  padding: 20px;
  box-shadow: 0 0 20px 0 #dad9e8;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

@media only screen and (max-width: 600px) {
  body {
    margin: 0;
  }

  header {
    max-width: 90%;
    margin: auto;
  }

  .logo {
    text-align: center;
  }

  .top-otter {
    display: none;
  }

  h1 {
    font-size: 40px;
  }

  .big-wrapper {
    padding: 20px;
  }

  .section {
    flex-direction: column;
    margin: 160px 0;
  }

  .section.right {
    flex-direction: column-reverse;
  }

  .section h2 {
    margin-top: 40px;
  }

  .column {
    width: 100%;
    margin: 0;
  }

  .table {
    flex-direction: column;
  }

  .whiteboard .otter {
    display: none;
  }

  .copy img {
    max-width: 80%;
    width: 300px;
    margin: 20px 0;
  }
}