
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  *{
    margin: 0;
    padding: 0;
  }
  .footer{
    width: 100%;
    height: 56px;
    background: linear-gradient(90deg, #FFFBED 0%, #F2E1AC 12.85%, #F0C47C 24.33%, #E9835A 36.72%, #DB747C 48.79%, #A06B96 63.21%, #7599C1 78.96%, #C8E6EE 100%);
  }
  h1{
    color: #0A1;
    text-align: center;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  body{
    
    display: grid;
    height: 100vh;
    width: 100vw;
    grid-template-rows: 1fr max-content;

  }
  .itens{
    display: grid;
    gap: 2rem;
    place-items: center;
    place-self: center;
  }

  img{
    height: 116px;
	display: grid;
    place-self: center;
  }
