body {background-color: rgb(226, 199, 233);
   width: 100%;
   font-family: 'Raleway', sans-serif;
   text-align: center;}

   main>img {font-size: 1.3em;
      background-color: transparent;
      color: aliceblue;
      place-items: center;
      text-align: center;
      width: 16em;
      aspect-ratio: 1;
      border-radius: 50%;}

   header {background-color: rgb(170, 86, 149); width: 100%}
   h2 {color: rgb(170, 86, 149)nk;
      font-family: 'Nunito', sans-serif;
      display: flex;
      justify-content: center;}

   h3 {background-color: rgb(233, 216, 221);}
   h4 {background-color: pink;}
