body {
  background-image: url(../images/bg-check.gif);

  /*  true background  */
  background: #f8f6df;
  /* delete (or hide) the above background-image: url() code line when you understand the image link file path */
}

nav {
  /*    background-color: white; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;


  .split {
    display: flex;
    gap: 1rem;
  }

}

.alata-regular {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wrapper {
  display: flex;

}

/*  square header  */

aside {
  background: #302B5A;
  /*width: 36rem;*/
  /*height: 9.3125rem;*/
  flex-grow: 1;
  flex-shrink: 1;
  padding: 2rem;
  min-height: 90vh;

}

main {
  flex-grow: 5;
  /*background-color: #EA84D9;*/
  padding: 2rem;
}

h1 {
  color: #696FE9;
  /*text-align: center;*/
  font-family: BioRhyme;
  font-size: 6rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.28rem;
  text-transform: lowercase;
}

h2 {
  color: #696FE9;
  /*text-align: center;*/
  font-family: Alata;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.39963rem;
  /* 26.642% */
  letter-spacing: -0.075rem;
  /*text-transform: lowercase;*/
  margin-bottom: 2rem;
}

aside p {
  color: #f8f6df;
  line-height: 1.25;
}
p {
  width: 15rem;
  /*height: 25.6875rem;*/
  flex-shrink: 0;

  color: #696FE9;
  font-family: Alata;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
   line-height: 1.25;
  /* 87.5% */
  letter-spacing: -0.05rem;
  margin-bottom: 1rem;
  /*text-transform: lowercase;*/
}

img {
  max-width: 30rem;
  padding: -10rem;
}