/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #8d61db;
  color: black;
  font-family: Oswald;
  <div class="main-container">

  <!-- Section 1: Chat Box -->
  <div class="section">
    <h2>iloveconverse's website!</h2>
    <!-- Your chat box code here -->
  </div>

  <!-- Section 2: Buttons -->
  <div class="section">
    <h2>buttons!</h2>
    <!-- Your button images here -->
  </div>

  <!-- Section 3: Stamps -->
  <div class="section">
    <h2>stamps</h2>
    <!-- Your stamp images here -->
  </div>

</div>
