body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #0284c7, rgb(2 132 199 / 0));
    z-index: -1; /* fica atrás do conteúdo */
    pointer-events: none; /* não afeta a interação do usuário */
  }

  .imgfoto{
  min-width: 320px;
  }

  /* div,section,h1{
 border: solid 1px red;   
  }
 */
