body {background-color: mistyrose;
   width: 100%;
   font-family:'Instrument Serif', serif;}

   header {background-color: rgb(209, 132, 158);
      max-width: 100%;
      color:hsl(0, 0%, 100%);}

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

         section.principal {
            display: flex;
            flex-direction: column;
            text-align: center;
            margin-bottom: 50px;
            justify-content: center;
            align-items: center;}

   h2 {background-color: pink;}

   h3 {background-color: rgb(253, 210, 220);}

   footer {background-color:rgb(209, 132, 158);
      max-width: 100%;
      display: inline-block;
      padding: 15px;
      align-items: center;
      color:hsl(0, 0%, 100%);
      margin: 0%;}