/* RESET YO */

/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
    box-sizing: border-box;
  }
  /* 2. Remove default margin */
  * {
    margin: 0;
    padding: 0;
  }
  body {
    /* 3. Add accessible line-height */
    line-height: 1.5;
    /* 4. Improve text rendering */
    -webkit-font-smoothing: antialiased;
  }
  /* 5. Improve media defaults */
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }
  /* 6. Inherit fonts for form controls */
  input, button, textarea, select {
    font: inherit;
  }
  /* 7. Avoid text overflows */
  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
  }
  /* 8. Improve line wrapping */
  p {
    text-wrap: pretty;
  }
  h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
  }
  /*
    9. Create a root stacking context
  */
  #root, #__next {
    isolation: isolate;
  }
  
  /* CSS START LETS GOOOOOOOOOOOO */
  
  body {
    width: 100%;
    background-color: #c8b4b4; /* Background Info, Shoutout to heropatterns.com */
    background-image: url("data:image/svg+xml,%3Csvg width='145' height='145' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='%239f8383' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
  }
  
  main {
    padding: 0 3.5em 3.5em 3.5em;
  }
  
  h1 {
    color: var(--Sand, #FFDAB3);
    text-align: center;
    font-family: Outfit;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  h2 {
    color: var(--Sand, #FFDAB3);
    text-align: center;
    font-family: Outfit;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  h3 {
    color: var(--Sand, #FFDAB3);
    text-align: center;
    font-family: Outfit;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  
  p {
    color: var(--Slate, #332E38);
    font-family: Baskervville;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  header {
    background: var(--Slate, #332E38);
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 3.5em;
  }
  
  img {
    border-radius: 0.875rem;
    margin-bottom: 3.5em;
  }
  
  /*BUTTON SETTINGS*/
  
  button {
    border: 1.5px solid var(--Slate, #332E38);
    border-radius: 0.875rem;
    background: var(--Slate, #332E38);
    width: 100%;
    color: var(--Sand, #FFDAB3);
    text-align: center;
    font-family: Outfit;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: .5em;
  }
  
  button:hover {
    background: #FFF;
    color: var(--Slate, #332E38);
    transition: color, background, 0.4s;
  }
  
  button:active {
    background: #C8B4B4;
    color: var(--Slate, #332E38);
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.25);
    transition: box-shadow, background 0.1s;
  }
  
  /* ARTICLE TEXT SETTINGS*/
  
  article {
    border-radius: 0.875rem;
    border: 1.5px solid var(--Mud, #9F8383);
    background: #FFF;
    padding: 1em 1em 1.5em 1.5em;
    margin-bottom: 1.75em; /* Half of normal 3.5em margin */
  }
  
  article:last-of-type {
    margin-bottom: 3.5em;
  }
  
  article h2 {
    color: var(--Mud, #9F8383);
    text-align: left;
  }
  
  /* MAIN WRAPPER SETTINGS*/
  
  #wrapper {
    margin: 4rem auto;
    max-width: 37.5rem;
    border-radius: 0.875rem;
    border: 10px solid var(--Slate, #332E38);
    background: var(--Sand, #FFDAB3);
    box-shadow: 0px 0px 11.7px 6px rgba(0, 0, 0, 0.25);
  }
  
  /* DIVIDER SETTINGS */
  
  .divider {
    background: var(--Slate, #332E38);
    margin-left: -3.5em;
    margin-bottom: 3.5em;
    width: 36.5rem;
    padding: 1em;
  }
  
  .divider h3 {
    padding-top: .3em;
  }
  
  /* OTHER TEXTBOX SETTINGS */
  
  .textbox {
    border-radius: 0.875rem;
    border: 1.5px solid var(--Mud, #9F8383);
    background: #FFF;
    padding: 1em 1em 1em 1.5em;
    margin-bottom: 3.5em;
  }