file{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial;
      background-color: #f4f4f4;
      padding: 40px;
      display: flex;
      justify-content: center;
    }

    .cv-container {
      width: 200%;
      max-width: 4000px;
      height: 2000%; 
      max-height: 4000px;
      display: flex;
      border: 1px solid #ccc;
      background-color: #aaa;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .columna-izquierda {
      width: 35%;
      background-color: #2c3e50;
      color: white;
      padding: 20px;
      text-align: center;
      line-height: 1.5; 
    }

    .columna-izquierda img {
      width: 250px;
      height: 250px;
      border-radius: 60%;
      object-fit: cover;
      margin-bottom: 10px;
    }

    .columna-derecha {
      width: 65%;
      padding: 30px;
    }

    .columna-derecha section {
      margin-bottom: 30px;
    }

    .columna-derecha h2 {
      color: #2c3e50;
      margin-bottom: 10px;
      border-bottom: 2px solid #2c3e50;
      padding-bottom: 5px;
    }

    ul {
      padding-left: 20px;
    }

      .cv.container {
        width: 200%;
        height: 200%;
        box-shadow: none;
        border: none;
      }