.cookie-container {
    background-color: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0.1, 0.1, 0.1, 0.3);
    padding: 40px;
    margin: 2% auto;
    max-width: 800px;
    text-align: justify;
  }

  /* Estilos para el título */
  .cookie-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
  }

  /* Estilos para el texto */
  .cookie-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  /* Estilos para los encabezados */
  .cookie-heading {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  /* Estilos para la lista */
  .cookie-list {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 20px;
  }-container {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin: 1% auto;
    max-width: 850px;
    text-align: justify;
  }
/* 
  .back-button {
    position: absolute;
    top: 10px;
    right: 10px;
  } */

  /* Estilos para la tabla */
    .cookie-table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 30px;
    }

    /* Estilos para los encabezados de la tabla */
    .cookie-table th {
      background-color: #f2f2f2;
      text-align: left;
      padding: 10px;
      font-weight: bold;
      border: 1px solid #ccc;
    }

    /* Estilos para las celdas de la tabla */
    .cookie-table td {
      border: 1px solid #ccc;
      padding: 10px;
    }

    /* Estilos para filas impares */
    .cookie-table tr:nth-child(odd) {
      background-color: #E5E5E5;
    }

    /* Estilos para el texto en las celdas */
    .cookie-table td p {
      margin: 0;
    }