body {
    font-family: 'Nunito', sans-serif;
    /*background-color: #f6f6f6;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;*/
  }
  
  .card {
    background-color: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    width: 90%;
  }

  .titulo{
    color: #9e0877;
    
  }