@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

main {
  background-color: #ccd0e3;
}

.content-container {
  margin: 2rem 5rem;
  background-color: white;
  text-align: left;
  justify-items: center;
}

.content-body {
  padding: 5% 10%;
  width: 100%;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: bolder;
  padding: 3% 3% 0 3%;
}

p {
  color: #324158;
}

.woofer-info,
.customize-messages-guide {
  padding: 3%;
  font-family: "Poppins", sans-serif;
}

.woofer-info-disclaimer {
  font-size: 0.75rem;
  padding: 0.5rem;
}

/*  */
.woofer-info {
  display: flex;
}

.sendername-img img {
  width: 90%;
  height: auto;
}

.woofer-header-info,
.sendername-img {
  flex-basis: 50%;
}

.sendername-img {
  text-align: center;
}

/* Customize Messages Section */
.customize-messages-guide-img {
  justify-self: center;
  padding: 3% 0;
}

.customize-messages-guide-img img {
  width: 50vw;
  height: auto;
}

/* Small Screens */
@media screen and (max-width: 576px) {
  main {
    margin: 0;
  }

  .content-container {
    margin: 2rem 1rem;
  }

  .woofer-info,
  .customize-messages-guide {
    padding: 6% 3%;
  }

  .customize-messages-guide-img img {
    width: 80vw;
  }

  .woofer-info {
    display: block;
  }
}
